Html Css Color HEX #550ACC Purple Heart

📋 copy color: '#550ACC'

red 85 ◦ green 10 ◦ blue 204

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

Shades of Purple Heart #550ACC

Tints of Purple Heart #550ACC

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.34%

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

R = 28.43%
G = 3.34%
B = 68.23%

CMYK

 C value IS 0.58

 M value IS 0.95

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#550ACC (or 0x550ACC) is known color: Purple Heart. HEX triplet: 55, 0A and CC. RGB value is (85,10,204). Sum of RGB (Red+Green+Blue) = 85+10+204=299 (39% of max value = 765). Red value is 85 (33.59% from 255 or 28.43% from 299); Green value is 10 (4.30% from 255 or 3.34% from 299); Blue value is 204 (80.08% from 255 or 68.23% from 299); Max value from RGB is 204 - color contains mainly: blue. Hex color #550ACC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #550ACC is #AAF533. Grayscale: #353535. Windows color (decimal): -11203892 or 13371989. OLE color: 13371989.

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

Color convert

RGB 85 10 204 -
CMYK 0.58 0.95 0 0.2
HSL 263.2º 0.91% 0.42% -
HSV(B) 263.2º 0.95% 0.8% -
XYZ 14.75 6.51 57.61 -
YUV 54.54 212.35 149.73 -
System Red Green Blue C M Y K H S L
Decimal 85 10 204 0.58 0.95 0 0.2 263.2 0.91 0.42
Hex 55 A CC 3A 5F 0 14 107 5B 2A
Octal 125 12 314 72 137 0 24 407 133 52
Binary 1010101 1010 11001100 111010 1011111 0 10100 100000111 1011011 101010

Color Harmonies of #550ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #550ACC

Black with #550ACC

Text Example


Text Example

White with #550ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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