Html Css Color HEX #552FCD Purple Heart

📋 copy color: '#552FCD'

red 85 ◦ green 47 ◦ blue 205

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

Shades of Purple Heart #552FCD

Tints of Purple Heart #552FCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 60.83%

R = 25.22%
G = 13.95%
B = 60.83%

CMYK

 C value IS 0.59

 M value IS 0.77

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#552FCD (or 0x552FCD) is known color: Purple Heart. HEX triplet: 55, 2F and CD. RGB value is (85,47,205). Sum of RGB (Red+Green+Blue) = 85+47+205=337 (44% of max value = 765). Red value is 85 (33.59% from 255 or 25.22% from 337); Green value is 47 (18.75% from 255 or 13.95% from 337); Blue value is 205 (80.47% from 255 or 60.83% from 337); Max value from RGB is 205 - color contains mainly: blue. Hex color #552FCD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #552FCD is #AAD032. Grayscale: #4B4B4B. Windows color (decimal): -11194419 or 13446997. OLE color: 13446997.

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

Color convert

RGB 85 47 205 -
CMYK 0.59 0.77 0 0.20
HSL 254.43º 0.63% 0.49% -
HSV(B) 254.43º 0.77% 0.8% -
XYZ 15.78 8.37 58.54 -
YUV 76.37 200.59 134.15 -
System Red Green Blue C M Y K H S L
Decimal 85 47 205 0.59 0.77 0 0.20 254.43 0.63 0.49
Hex 55 2F CD 3B 4D 0 14 FE 3F 31
Octal 125 57 315 73 115 0 24 376 77 61
Binary 1010101 101111 11001101 111011 1001101 0 10100 11111110 111111 110001

Color Harmonies of #552FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #552FCD

Black with #552FCD

Text Example


Text Example

White with #552FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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