Html Css Color HEX #552FCE Purple Heart

📋 copy color: '#552FCE'

red 85 ◦ green 47 ◦ blue 206

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

Shades of Purple Heart #552FCE

Tints of Purple Heart #552FCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 60.95%

R = 25.15%
G = 13.91%
B = 60.95%

CMYK

 C value IS 0.59

 M value IS 0.77

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#552FCE (or 0x552FCE) is known color: Purple Heart. HEX triplet: 55, 2F and CE. RGB value is (85,47,206). Sum of RGB (Red+Green+Blue) = 85+47+206=338 (44% of max value = 765). Red value is 85 (33.59% from 255 or 25.15% from 338); Green value is 47 (18.75% from 255 or 13.91% from 338); Blue value is 206 (80.86% from 255 or 60.95% from 338); Max value from RGB is 206 - color contains mainly: blue. Hex color #552FCE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #552FCE is #AAD031. Grayscale: #4B4B4B. Windows color (decimal): -11194418 or 13512533. OLE color: 13512533.

HSL color Cylindrical-coordinate representation of color #552FCE: hue angle of 254.34º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #552FCE is Cyan = 0.59, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 85 47 206 -
CMYK 0.59 0.77 0 0.19
HSL 254.34º 0.63% 0.5% -
HSV(B) 254.34º 0.77% 0.81% -
XYZ 15.9 8.42 59.18 -
YUV 76.49 201.09 134.07 -
System Red Green Blue C M Y K H S L
Decimal 85 47 206 0.59 0.77 0 0.19 254.34 0.63 0.5
Hex 55 2F CE 3B 4D 0 13 FE 3F 32
Octal 125 57 316 73 115 0 23 376 77 62
Binary 1010101 101111 11001110 111011 1001101 0 10011 11111110 111111 110010

Color Harmonies of #552FCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #552FCE

Black with #552FCE

Text Example


Text Example

White with #552FCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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