Html Css Color HEX #55195F Hot Purple

📋 copy color: '#55195F'

red 85 ◦ green 25 ◦ blue 95

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

Shades of Hot Purple #55195F

Tints of Hot Purple #55195F

RGB

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

 GREEN value IS 25 (10.16% from 255) = 12.2%

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

R = 41.46%
G = 12.2%
B = 46.34%

CMYK

 C value IS 0.11

 M value IS 0.74

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#55195F (or 0x55195F) is known color: Hot Purple. HEX triplet: 55, 19 and 5F. RGB value is (85,25,95). Sum of RGB (Red+Green+Blue) = 85+25+95=205 (27% of max value = 765). Red value is 85 (33.59% from 255 or 41.46% from 205); Green value is 25 (10.16% from 255 or 12.20% from 205); Blue value is 95 (37.5% from 255 or 46.34% from 205); Max value from RGB is 95 - color contains mainly: blue. Hex color #55195F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #55195F is #AAE6A0. Grayscale: #323232. Windows color (decimal): -11200161 or 6232405. OLE color: 6232405.

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

Color convert

RGB 85 25 95 -
CMYK 0.11 0.74 0 0.63
HSL 291.43º 0.58% 0.24% -
HSV(B) 291.43º 0.74% 0.37% -
XYZ 6.16 3.45 11.17 -
YUV 50.92 152.88 152.31 -
System Red Green Blue C M Y K H S L
Decimal 85 25 95 0.11 0.74 0 0.63 291.43 0.58 0.24
Hex 55 19 5F B 4A 0 3F 123 3A 18
Octal 125 31 137 13 112 0 77 443 72 30
Binary 1010101 11001 1011111 1011 1001010 0 111111 100100011 111010 11000

Color Harmonies of #55195F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55195F

Black with #55195F

Text Example


Text Example

White with #55195F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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