Html Css Color HEX #550C62 Hot Purple

📋 copy color: '#550C62'

red 85 ◦ green 12 ◦ blue 98

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

Shades of Hot Purple #550C62

Tints of Hot Purple #550C62

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 50.26%

R = 43.59%
G = 6.15%
B = 50.26%

CMYK

 C value IS 0.13

 M value IS 0.88

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#550C62 (or 0x550C62) is known color: Hot Purple. HEX triplet: 55, 0C and 62. RGB value is (85,12,98). Sum of RGB (Red+Green+Blue) = 85+12+98=195 (25% of max value = 765). Red value is 85 (33.59% from 255 or 43.59% from 195); Green value is 12 (5.08% from 255 or 6.15% from 195); Blue value is 98 (38.67% from 255 or 50.26% from 195); Max value from RGB is 98 - color contains mainly: blue. Hex color #550C62 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #550C62 is #AAF39D. Grayscale: #2B2B2B. Windows color (decimal): -11203486 or 6425685. OLE color: 6425685.

HSL color Cylindrical-coordinate representation of color #550C62: hue angle of 290.93º degrees, saturation: 0.78, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #550C62 is Cyan = 0.13, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 85 12 98 -
CMYK 0.13 0.88 0 0.62
HSL 290.93º 0.78% 0.22% -
HSV(B) 290.93º 0.88% 0.38% -
XYZ 6.08 3.08 11.83 -
YUV 43.63 158.68 157.51 -
System Red Green Blue C M Y K H S L
Decimal 85 12 98 0.13 0.88 0 0.62 290.93 0.78 0.22
Hex 55 C 62 D 58 0 3E 123 4E 16
Octal 125 14 142 15 130 0 76 443 116 26
Binary 1010101 1100 1100010 1101 1011000 0 111110 100100011 1001110 10110

Color Harmonies of #550C62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #550C62

Black with #550C62

Text Example


Text Example

White with #550C62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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