Html Css Color HEX #550CC2 Purple Heart

📋 copy color: '#550CC2'

red 85 ◦ green 12 ◦ blue 194

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

Shades of Purple Heart #550CC2

Tints of Purple Heart #550CC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 66.67%

R = 29.21%
G = 4.12%
B = 66.67%

CMYK

 C value IS 0.56

 M value IS 0.94

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#550CC2 (or 0x550CC2) is known color: Purple Heart. HEX triplet: 55, 0C and C2. RGB value is (85,12,194). Sum of RGB (Red+Green+Blue) = 85+12+194=291 (38% of max value = 765). Red value is 85 (33.59% from 255 or 29.21% from 291); Green value is 12 (5.08% from 255 or 4.12% from 291); Blue value is 194 (76.17% from 255 or 66.67% from 291); Max value from RGB is 194 - color contains mainly: blue. Hex color #550CC2 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #550CC2 is #AAF33D. Grayscale: #353535. Windows color (decimal): -11203390 or 12717141. OLE color: 12717141.

HSL color Cylindrical-coordinate representation of color #550CC2: hue angle of 264.07º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #550CC2 is Cyan = 0.56, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 85 12 194 -
CMYK 0.56 0.94 0 0.24
HSL 264.07º 0.88% 0.4% -
HSV(B) 264.07º 0.94% 0.76% -
XYZ 13.62 6.09 51.5 -
YUV 54.58 206.68 149.7 -
System Red Green Blue C M Y K H S L
Decimal 85 12 194 0.56 0.94 0 0.24 264.07 0.88 0.4
Hex 55 C C2 38 5E 0 18 108 58 28
Octal 125 14 302 70 136 0 30 410 130 50
Binary 1010101 1100 11000010 111000 1011110 0 11000 100001000 1011000 101000

Color Harmonies of #550CC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #550CC2

Black with #550CC2

Text Example


Text Example

White with #550CC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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