Html Css Color HEX #550CAB Purple Heart

📋 copy color: '#550CAB'

red 85 ◦ green 12 ◦ blue 171

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

Shades of Purple Heart #550CAB

Tints of Purple Heart #550CAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 63.81%

R = 31.72%
G = 4.48%
B = 63.81%

CMYK

 C value IS 0.50

 M value IS 0.93

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#550CAB (or 0x550CAB) is known color: Purple Heart. HEX triplet: 55, 0C and AB. RGB value is (85,12,171). Sum of RGB (Red+Green+Blue) = 85+12+171=268 (35% of max value = 765). Red value is 85 (33.59% from 255 or 31.72% from 268); Green value is 12 (5.08% from 255 or 4.48% from 268); Blue value is 171 (67.19% from 255 or 63.81% from 268); Max value from RGB is 171 - color contains mainly: blue. Hex color #550CAB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #550CAB is #AAF354. Grayscale: #333333. Windows color (decimal): -11203413 or 11209813. OLE color: 11209813.

HSL color Cylindrical-coordinate representation of color #550CAB: hue angle of 267.55º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #550CAB is Cyan = 0.50, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 85 12 171 -
CMYK 0.50 0.93 0 0.33
HSL 267.55º 0.87% 0.36% -
HSV(B) 267.55º 0.93% 0.67% -
XYZ 11.23 5.13 38.93 -
YUV 51.95 195.18 151.57 -
System Red Green Blue C M Y K H S L
Decimal 85 12 171 0.50 0.93 0 0.33 267.55 0.87 0.36
Hex 55 C AB 32 5D 0 21 10C 57 24
Octal 125 14 253 62 135 0 41 414 127 44
Binary 1010101 1100 10101011 110010 1011101 0 100001 100001100 1010111 100100

Color Harmonies of #550CAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #550CAB

Black with #550CAB

Text Example


Text Example

White with #550CAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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