Html Css Color HEX #550CC8 Purple Heart

📋 copy color: '#550CC8'

red 85 ◦ green 12 ◦ blue 200

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

Shades of Purple Heart #550CC8

Tints of Purple Heart #550CC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 67.34%

R = 28.62%
G = 4.04%
B = 67.34%

CMYK

 C value IS 0.58

 M value IS 0.94

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#550CC8 (or 0x550CC8) is known color: Purple Heart. HEX triplet: 55, 0C and C8. RGB value is (85,12,200). Sum of RGB (Red+Green+Blue) = 85+12+200=297 (39% of max value = 765). Red value is 85 (33.59% from 255 or 28.62% from 297); Green value is 12 (5.08% from 255 or 4.04% from 297); Blue value is 200 (78.52% from 255 or 67.34% from 297); Max value from RGB is 200 - color contains mainly: blue. Hex color #550CC8 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #550CC8 is #AAF337. Grayscale: #363636. Windows color (decimal): -11203384 or 13110357. OLE color: 13110357.

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

Color convert

RGB 85 12 200 -
CMYK 0.58 0.94 0 0.22
HSL 263.3º 0.89% 0.42% -
HSV(B) 263.3º 0.94% 0.78% -
XYZ 14.3 6.36 55.12 -
YUV 55.26 209.68 149.21 -
System Red Green Blue C M Y K H S L
Decimal 85 12 200 0.58 0.94 0 0.22 263.3 0.89 0.42
Hex 55 C C8 3A 5E 0 16 107 59 2A
Octal 125 14 310 72 136 0 26 407 131 52
Binary 1010101 1100 11001000 111010 1011110 0 10110 100000111 1011001 101010

Color Harmonies of #550CC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #550CC8

Black with #550CC8

Text Example


Text Example

White with #550CC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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