Html Css Color HEX #550CBD Purple Heart

📋 copy color: '#550CBD'

red 85 ◦ green 12 ◦ blue 189

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

Shades of Purple Heart #550CBD

Tints of Purple Heart #550CBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 66.08%

R = 29.72%
G = 4.2%
B = 66.08%

CMYK

 C value IS 0.55

 M value IS 0.94

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#550CBD (or 0x550CBD) is known color: Purple Heart. HEX triplet: 55, 0C and BD. RGB value is (85,12,189). Sum of RGB (Red+Green+Blue) = 85+12+189=286 (37% of max value = 765). Red value is 85 (33.59% from 255 or 29.72% from 286); Green value is 12 (5.08% from 255 or 4.20% from 286); Blue value is 189 (74.22% from 255 or 66.08% from 286); Max value from RGB is 189 - color contains mainly: blue. Hex color #550CBD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #550CBD is #AAF342. Grayscale: #353535. Windows color (decimal): -11203395 or 12389461. OLE color: 12389461.

HSL color Cylindrical-coordinate representation of color #550CBD: hue angle of 264.75º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #550CBD is Cyan = 0.55, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 85 12 189 -
CMYK 0.55 0.94 0 0.26
HSL 264.75º 0.88% 0.39% -
HSV(B) 264.75º 0.94% 0.74% -
XYZ 13.06 5.87 48.59 -
YUV 54.01 204.18 150.11 -
System Red Green Blue C M Y K H S L
Decimal 85 12 189 0.55 0.94 0 0.26 264.75 0.88 0.39
Hex 55 C BD 37 5E 0 1A 109 58 27
Octal 125 14 275 67 136 0 32 411 130 47
Binary 1010101 1100 10111101 110111 1011110 0 11010 100001001 1011000 100111

Color Harmonies of #550CBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #550CBD

Black with #550CBD

Text Example


Text Example

White with #550CBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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