Html Css Color HEX #552FB6 Purple Heart

📋 copy color: '#552FB6'

red 85 ◦ green 47 ◦ blue 182

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

Shades of Purple Heart #552FB6

Tints of Purple Heart #552FB6

RGB

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

 GREEN value IS 47 (18.75% from 255) = 14.97%

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

R = 27.07%
G = 14.97%
B = 57.96%

CMYK

 C value IS 0.53

 M value IS 0.74

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#552FB6 (or 0x552FB6) is known color: Purple Heart. HEX triplet: 55, 2F and B6. RGB value is (85,47,182). Sum of RGB (Red+Green+Blue) = 85+47+182=314 (41% of max value = 765). Red value is 85 (33.59% from 255 or 27.07% from 314); Green value is 47 (18.75% from 255 or 14.97% from 314); Blue value is 182 (71.48% from 255 or 57.96% from 314); Max value from RGB is 182 - color contains mainly: blue. Hex color #552FB6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #552FB6 is #AAD049. Grayscale: #494949. Windows color (decimal): -11194442 or 11939669. OLE color: 11939669.

HSL color Cylindrical-coordinate representation of color #552FB6: hue angle of 256.89º degrees, saturation: 0.59, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #552FB6 is Cyan = 0.53, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 85 47 182 -
CMYK 0.53 0.74 0 0.29
HSL 256.89º 0.59% 0.45% -
HSV(B) 256.89º 0.74% 0.71% -
XYZ 13.21 7.34 44.98 -
YUV 73.75 189.09 136.02 -
System Red Green Blue C M Y K H S L
Decimal 85 47 182 0.53 0.74 0 0.29 256.89 0.59 0.45
Hex 55 2F B6 35 4A 0 1D 101 3B 2D
Octal 125 57 266 65 112 0 35 401 73 55
Binary 1010101 101111 10110110 110101 1001010 0 11101 100000001 111011 101101

Color Harmonies of #552FB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #552FB6

Black with #552FB6

Text Example


Text Example

White with #552FB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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