Html Css Color HEX #55165A Hot Purple

📋 copy color: '#55165A'

red 85 ◦ green 22 ◦ blue 90

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

Shades of Hot Purple #55165A

Tints of Hot Purple #55165A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 45.69%

R = 43.15%
G = 11.17%
B = 45.69%

CMYK

 C value IS 0.06

 M value IS 0.76

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#55165A (or 0x55165A) is known color: Hot Purple. HEX triplet: 55, 16 and 5A. RGB value is (85,22,90). Sum of RGB (Red+Green+Blue) = 85+22+90=197 (26% of max value = 765). Red value is 85 (33.59% from 255 or 43.15% from 197); Green value is 22 (8.98% from 255 or 11.17% from 197); Blue value is 90 (35.55% from 255 or 45.69% from 197); Max value from RGB is 90 - color contains mainly: blue. Hex color #55165A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #55165A is #AAE9A5. Grayscale: #303030. Windows color (decimal): -11200934 or 5903957. OLE color: 5903957.

HSL color Cylindrical-coordinate representation of color #55165A: hue angle of 295.59º degrees, saturation: 0.61, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #55165A is Cyan = 0.06, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 85 22 90 -
CMYK 0.06 0.76 0 0.65
HSL 295.59º 0.61% 0.22% -
HSV(B) 295.59º 0.76% 0.35% -
XYZ 5.88 3.24 9.99 -
YUV 48.59 151.37 153.97 -
System Red Green Blue C M Y K H S L
Decimal 85 22 90 0.06 0.76 0 0.65 295.59 0.61 0.22
Hex 55 16 5A 6 4C 0 41 128 3D 16
Octal 125 26 132 6 114 0 101 450 75 26
Binary 1010101 10110 1011010 110 1001100 0 1000001 100101000 111101 10110

Color Harmonies of #55165A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55165A

Black with #55165A

Text Example


Text Example

White with #55165A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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