Html Css Color HEX #550C64 Hot Purple

📋 copy color: '#550C64'

red 85 ◦ green 12 ◦ blue 100

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

Shades of Hot Purple #550C64

Tints of Hot Purple #550C64

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 50.76%

R = 43.15%
G = 6.09%
B = 50.76%

CMYK

 C value IS 0.15

 M value IS 0.88

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#550C64 (or 0x550C64) is known color: Hot Purple. HEX triplet: 55, 0C and 64. RGB value is (85,12,100). Sum of RGB (Red+Green+Blue) = 85+12+100=197 (26% of max value = 765). Red value is 85 (33.59% from 255 or 43.15% from 197); Green value is 12 (5.08% from 255 or 6.09% from 197); Blue value is 100 (39.45% from 255 or 50.76% from 197); Max value from RGB is 100 - color contains mainly: blue. Hex color #550C64 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #550C64 is #AAF39B. Grayscale: #2B2B2B. Windows color (decimal): -11203484 or 6556757. OLE color: 6556757.

HSL color Cylindrical-coordinate representation of color #550C64: hue angle of 289.77º degrees, saturation: 0.79, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #550C64 is Cyan = 0.15, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 85 12 100 -
CMYK 0.15 0.88 0 0.61
HSL 289.77º 0.79% 0.22% -
HSV(B) 289.77º 0.88% 0.39% -
XYZ 6.18 3.11 12.33 -
YUV 43.86 159.68 157.34 -
System Red Green Blue C M Y K H S L
Decimal 85 12 100 0.15 0.88 0 0.61 289.77 0.79 0.22
Hex 55 C 64 F 58 0 3D 122 4F 16
Octal 125 14 144 17 130 0 75 442 117 26
Binary 1010101 1100 1100100 1111 1011000 0 111101 100100010 1001111 10110

Color Harmonies of #550C64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #550C64

Black with #550C64

Text Example


Text Example

White with #550C64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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