Html Css Color HEX #550CCD Purple Heart

📋 copy color: '#550CCD'

red 85 ◦ green 12 ◦ blue 205

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

Shades of Purple Heart #550CCD

Tints of Purple Heart #550CCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 67.88%

R = 28.15%
G = 3.97%
B = 67.88%

CMYK

 C value IS 0.59

 M value IS 0.94

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#550CCD (or 0x550CCD) is known color: Purple Heart. HEX triplet: 55, 0C and CD. RGB value is (85,12,205). Sum of RGB (Red+Green+Blue) = 85+12+205=302 (40% of max value = 765). Red value is 85 (33.59% from 255 or 28.15% from 302); Green value is 12 (5.08% from 255 or 3.97% from 302); Blue value is 205 (80.47% from 255 or 67.88% from 302); Max value from RGB is 205 - color contains mainly: blue. Hex color #550CCD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #550CCD is #AAF332. Grayscale: #373737. Windows color (decimal): -11203379 or 13438037. OLE color: 13438037.

HSL color Cylindrical-coordinate representation of color #550CCD: hue angle of 262.69º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #550CCD is Cyan = 0.59, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 85 12 205 -
CMYK 0.59 0.94 0 0.20
HSL 262.69º 0.89% 0.43% -
HSV(B) 262.69º 0.94% 0.8% -
XYZ 14.9 6.6 58.25 -
YUV 55.83 212.18 148.81 -
System Red Green Blue C M Y K H S L
Decimal 85 12 205 0.59 0.94 0 0.20 262.69 0.89 0.43
Hex 55 C CD 3B 5E 0 14 107 59 2B
Octal 125 14 315 73 136 0 24 407 131 53
Binary 1010101 1100 11001101 111011 1011110 0 10100 100000111 1011001 101011

Color Harmonies of #550CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #550CCD

Black with #550CCD

Text Example


Text Example

White with #550CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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