Html Css Color HEX #550CCC Purple Heart

📋 copy color: '#550CCC'

red 85 ◦ green 12 ◦ blue 204

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

Shades of Purple Heart #550CCC

Tints of Purple Heart #550CCC

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.99%

 BLUE value IS 204 (80.08% from 255) = 67.77%

R = 28.24%
G = 3.99%
B = 67.77%

CMYK

 C value IS 0.58

 M value IS 0.94

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#550CCC (or 0x550CCC) is known color: Purple Heart. HEX triplet: 55, 0C and CC. RGB value is (85,12,204). Sum of RGB (Red+Green+Blue) = 85+12+204=301 (39% of max value = 765). Red value is 85 (33.59% from 255 or 28.24% from 301); Green value is 12 (5.08% from 255 or 3.99% from 301); Blue value is 204 (80.08% from 255 or 67.77% from 301); Max value from RGB is 204 - color contains mainly: blue. Hex color #550CCC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #550CCC is #AAF333. Grayscale: #373737. Windows color (decimal): -11203380 or 13372501. OLE color: 13372501.

HSL color Cylindrical-coordinate representation of color #550CCC: hue angle of 262.81º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #550CCC is Cyan = 0.58, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 85 12 204 -
CMYK 0.58 0.94 0 0.2
HSL 262.81º 0.89% 0.42% -
HSV(B) 262.81º 0.94% 0.8% -
XYZ 14.78 6.55 57.61 -
YUV 55.72 211.68 148.89 -
System Red Green Blue C M Y K H S L
Decimal 85 12 204 0.58 0.94 0 0.2 262.81 0.89 0.42
Hex 55 C CC 3A 5E 0 14 107 59 2A
Octal 125 14 314 72 136 0 24 407 131 52
Binary 1010101 1100 11001100 111010 1011110 0 10100 100000111 1011001 101010

Color Harmonies of #550CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #550CCC

Black with #550CCC

Text Example


Text Example

White with #550CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #550CCC; }

 p { color: rgb(85,12,204); }

 H1.HeaderClassName
 {
   color: #550CCC;
 }
 .AnyTagClassName
 {
   color: #550CCC;
 }
</style>

background-color css

<style>
 a { background-color: #550CCC; }

 a { background-color: rgb(85,12,204); }

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

border-color css

<style>
 span { border-color: #550CCC; }

 span { border-color: rgb(85,12,204); }

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