Html Css Color HEX #55065D Hot Purple

📋 copy color: '#55065D'

red 85 ◦ green 6 ◦ blue 93

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

Shades of Hot Purple #55065D

Tints of Hot Purple #55065D

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3.26%

 BLUE value IS 93 (36.72% from 255) = 50.54%

R = 46.2%
G = 3.26%
B = 50.54%

CMYK

 C value IS 0.09

 M value IS 0.94

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#55065D (or 0x55065D) is known color: Hot Purple. HEX triplet: 55, 06 and 5D. RGB value is (85,6,93). Sum of RGB (Red+Green+Blue) = 85+6+93=184 (24% of max value = 765). Red value is 85 (33.59% from 255 or 46.20% from 184); Green value is 6 (2.73% from 255 or 3.26% from 184); Blue value is 93 (36.72% from 255 or 50.54% from 184); Max value from RGB is 93 - color contains mainly: blue. Hex color #55065D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #55065D is #AAF9A2. Grayscale: #272727. Windows color (decimal): -11205027 or 6096469. OLE color: 6096469.

HSL color Cylindrical-coordinate representation of color #55065D: hue angle of 294.48º degrees, saturation: 0.88, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #55065D is Cyan = 0.09, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 85 6 93 -
CMYK 0.09 0.94 0 0.64
HSL 294.48º 0.88% 0.19% -
HSV(B) 294.48º 0.94% 0.36% -
XYZ 5.79 2.85 10.6 -
YUV 39.54 158.17 160.43 -
System Red Green Blue C M Y K H S L
Decimal 85 6 93 0.09 0.94 0 0.64 294.48 0.88 0.19
Hex 55 6 5D 9 5E 0 40 126 58 13
Octal 125 6 135 11 136 0 100 446 130 23
Binary 1010101 110 1011101 1001 1011110 0 1000000 100100110 1011000 10011

Color Harmonies of #55065D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55065D

Black with #55065D

Text Example


Text Example

White with #55065D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #55065D; }

 p { color: rgb(85,6,93); }

 H1.HeaderClassName
 {
   color: #55065D;
 }
 .AnyTagClassName
 {
   color: #55065D;
 }
</style>

background-color css

<style>
 a { background-color: #55065D; }

 a { background-color: rgb(85,6,93); }

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

border-color css

<style>
 span { border-color: #55065D; }

 span { border-color: rgb(85,6,93); }

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