Html Css Color HEX #55165F Hot Purple

📋 copy color: '#55165F'

red 85 ◦ green 22 ◦ blue 95

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

Shades of Hot Purple #55165F

Tints of Hot Purple #55165F

RGB

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

 GREEN value IS 22 (8.98% from 255) = 10.89%

 BLUE value IS 95 (37.5% from 255) = 47.03%

R = 42.08%
G = 10.89%
B = 47.03%

CMYK

 C value IS 0.11

 M value IS 0.77

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#55165F (or 0x55165F) is known color: Hot Purple. HEX triplet: 55, 16 and 5F. RGB value is (85,22,95). Sum of RGB (Red+Green+Blue) = 85+22+95=202 (26% of max value = 765). Red value is 85 (33.59% from 255 or 42.08% from 202); Green value is 22 (8.98% from 255 or 10.89% from 202); Blue value is 95 (37.5% from 255 or 47.03% from 202); Max value from RGB is 95 - color contains mainly: blue. Hex color #55165F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #55165F is #AAE9A0. Grayscale: #303030. Windows color (decimal): -11200929 or 6231637. OLE color: 6231637.

HSL color Cylindrical-coordinate representation of color #55165F: hue angle of 291.78º degrees, saturation: 0.62, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #55165F is Cyan = 0.11, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 85 22 95 -
CMYK 0.11 0.77 0 0.63
HSL 291.78º 0.62% 0.23% -
HSV(B) 291.78º 0.77% 0.37% -
XYZ 6.1 3.33 11.15 -
YUV 49.16 153.87 153.56 -
System Red Green Blue C M Y K H S L
Decimal 85 22 95 0.11 0.77 0 0.63 291.78 0.62 0.23
Hex 55 16 5F B 4D 0 3F 124 3E 17
Octal 125 26 137 13 115 0 77 444 76 27
Binary 1010101 10110 1011111 1011 1001101 0 111111 100100100 111110 10111

Color Harmonies of #55165F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55165F

Black with #55165F

Text Example


Text Example

White with #55165F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #55165F; }

 p { color: rgb(85,22,95); }

 H1.HeaderClassName
 {
   color: #55165F;
 }
 .AnyTagClassName
 {
   color: #55165F;
 }
</style>

background-color css

<style>
 a { background-color: #55165F; }

 a { background-color: rgb(85,22,95); }

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

border-color css

<style>
 span { border-color: #55165F; }

 span { border-color: rgb(85,22,95); }

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