Html Css Color HEX #552BB6 Purple Heart

📋 copy color: '#552BB6'

red 85 ◦ green 43 ◦ blue 182

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

Shades of Purple Heart #552BB6

Tints of Purple Heart #552BB6

RGB

 RED value IS 85 (33.59% from 255) = 27.42%

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

 BLUE value IS 182 (71.48% from 255) = 58.71%

R = 27.42%
G = 13.87%
B = 58.71%

CMYK

 C value IS 0.53

 M value IS 0.76

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#552BB6 (or 0x552BB6) is known color: Purple Heart. HEX triplet: 55, 2B and B6. RGB value is (85,43,182). Sum of RGB (Red+Green+Blue) = 85+43+182=310 (41% of max value = 765). Red value is 85 (33.59% from 255 or 27.42% from 310); Green value is 43 (17.19% from 255 or 13.87% from 310); Blue value is 182 (71.48% from 255 or 58.71% from 310); Max value from RGB is 182 - color contains mainly: blue. Hex color #552BB6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #552BB6 is #AAD449. Grayscale: #464646. Windows color (decimal): -11195466 or 11938645. OLE color: 11938645.

HSL color Cylindrical-coordinate representation of color #552BB6: hue angle of 258.13º 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 #552BB6 is Cyan = 0.53, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 85 43 182 -
CMYK 0.53 0.76 0 0.29
HSL 258.13º 0.62% 0.44% -
HSV(B) 258.13º 0.76% 0.71% -
XYZ 13.05 7.04 44.93 -
YUV 71.4 190.41 137.7 -
System Red Green Blue C M Y K H S L
Decimal 85 43 182 0.53 0.76 0 0.29 258.13 0.62 0.44
Hex 55 2B B6 35 4C 0 1D 102 3E 2C
Octal 125 53 266 65 114 0 35 402 76 54
Binary 1010101 101011 10110110 110101 1001100 0 11101 100000010 111110 101100

Color Harmonies of #552BB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #552BB6

Black with #552BB6

Text Example


Text Example

White with #552BB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #552BB6; }

 p { color: rgb(85,43,182); }

 H1.HeaderClassName
 {
   color: #552BB6;
 }
 .AnyTagClassName
 {
   color: #552BB6;
 }
</style>

background-color css

<style>
 a { background-color: #552BB6; }

 a { background-color: rgb(85,43,182); }

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

border-color css

<style>
 span { border-color: #552BB6; }

 span { border-color: rgb(85,43,182); }

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