Html Css Color HEX #55065B Hot Purple

📋 copy color: '#55065B'

red 85 ◦ green 6 ◦ blue 91

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

Shades of Hot Purple #55065B

Tints of Hot Purple #55065B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 50%

R = 46.7%
G = 3.3%
B = 50%

CMYK

 C value IS 0.07

 M value IS 0.93

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#55065B (or 0x55065B) is known color: Hot Purple. HEX triplet: 55, 06 and 5B. RGB value is (85,6,91). Sum of RGB (Red+Green+Blue) = 85+6+91=182 (24% of max value = 765). Red value is 85 (33.59% from 255 or 46.70% from 182); Green value is 6 (2.73% from 255 or 3.30% from 182); Blue value is 91 (35.94% from 255 or 50% from 182); Max value from RGB is 91 - color contains mainly: blue. Hex color #55065B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #55065B is #AAF9A4. Grayscale: #272727. Windows color (decimal): -11205029 or 5965397. OLE color: 5965397.

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

Color convert

RGB 85 6 91 -
CMYK 0.07 0.93 0 0.64
HSL 295.76º 0.88% 0.19% -
HSV(B) 295.76º 0.93% 0.36% -
XYZ 5.7 2.82 10.14 -
YUV 39.31 157.17 160.59 -
System Red Green Blue C M Y K H S L
Decimal 85 6 91 0.07 0.93 0 0.64 295.76 0.88 0.19
Hex 55 6 5B 7 5D 0 40 128 58 13
Octal 125 6 133 7 135 0 100 450 130 23
Binary 1010101 110 1011011 111 1011101 0 1000000 100101000 1011000 10011

Color Harmonies of #55065B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55065B

Black with #55065B

Text Example


Text Example

White with #55065B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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