Html Css Color HEX #752BB5 Purple Heart

📋 copy color: '#752BB5'

red 117 ◦ green 43 ◦ blue 181

#752BB5
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Purple Heart #752BB5

Tints of Purple Heart #752BB5

RGB

 RED value IS 117 (46.09% from 255) = 34.31%

 GREEN value IS 43 (17.19% from 255) = 12.61%

 BLUE value IS 181 (71.09% from 255) = 53.08%

R = 34.31%
G = 12.61%
B = 53.08%

CMYK

 C value IS 0.35

 M value IS 0.76

 Y value IS 0

 K value IS 0.29

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#752BB5 (or 0x752BB5) is known color: Purple Heart. HEX triplet: 75, 2B and B5. RGB value is (117,43,181). Sum of RGB (Red+Green+Blue) = 117+43+181=341 (45% of max value = 765). Red value is 117 (46.09% from 255 or 34.31% from 341); Green value is 43 (17.19% from 255 or 12.61% from 341); Blue value is 181 (71.09% from 255 or 53.08% from 341); Max value from RGB is 181 - color contains mainly: blue. Hex color #752BB5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #752BB5 is #8AD44A. Grayscale: #505050. Windows color (decimal): -9098315 or 11873141. OLE color: 11873141.

HSL color Cylindrical-coordinate representation of color #752BB5: hue angle of 272.17º degrees, saturation: 0.62, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #752BB5 is Cyan = 0.35, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 117 43 181 -
CMYK 0.35 0.76 0 0.29
HSL 272.17º 0.62% 0.44% -
HSV(B) 272.17º 0.76% 0.71% -
XYZ 16.54 8.85 44.55 -
YUV 80.86 184.52 153.78 -
System Red Green Blue C M Y K H S L
Decimal 117 43 181 0.35 0.76 0 0.29 272.17 0.62 0.44
Hex 75 2B B5 23 4C 0 1D 110 3E 2C
Octal 165 53 265 43 114 0 35 420 76 54
Binary 1110101 101011 10110101 100011 1001100 0 11101 100010000 111110 101100

Color Harmonies of #752BB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752BB5

Black with #752BB5

Text Example


Text Example

White with #752BB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #752BB5; }

 p { color: rgb(117,43,181); }

 H1.HeaderClassName
 {
   color: #752BB5;
 }
 .AnyTagClassName
 {
   color: #752BB5;
 }
</style>

background-color css

<style>
 a { background-color: #752BB5; }

 a { background-color: rgb(117,43,181); }

 div.DivClassName
 {
   background-color: #752BB5;
 }
 .BgClassName
 {
   background-color: #752BB5;
 }
</style>

border-color css

<style>
 span { border-color: #752BB5; }

 span { border-color: rgb(117,43,181); }

 td.TdClassName
 {
   border-color: #752BB5;
 }
 .TagClassName
 {
   border-color: #752BB5;
 }
</style>