Html Css Color HEX #55035D Hot Purple

📋 copy color: '#55035D'

red 85 ◦ green 3 ◦ blue 93

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

Shades of Hot Purple #55035D

Tints of Hot Purple #55035D

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.66%

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

R = 46.96%
G = 1.66%
B = 51.38%

CMYK

 C value IS 0.09

 M value IS 0.97

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#55035D (or 0x55035D) is known color: Hot Purple. HEX triplet: 55, 03 and 5D. RGB value is (85,3,93). Sum of RGB (Red+Green+Blue) = 85+3+93=181 (23% of max value = 765). Red value is 85 (33.59% from 255 or 46.96% from 181); Green value is 3 (1.56% from 255 or 1.66% from 181); Blue value is 93 (36.72% from 255 or 51.38% from 181); Max value from RGB is 93 - color contains mainly: blue. Hex color #55035D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #55035D is #AAFCA2. Grayscale: #252525. Windows color (decimal): -11205795 or 6095701. OLE color: 6095701.

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

Color convert

RGB 85 3 93 -
CMYK 0.09 0.97 0 0.64
HSL 294.67º 0.94% 0.19% -
HSV(B) 294.67º 0.97% 0.36% -
XYZ 5.75 2.79 10.59 -
YUV 37.78 159.17 161.68 -
System Red Green Blue C M Y K H S L
Decimal 85 3 93 0.09 0.97 0 0.64 294.67 0.94 0.19
Hex 55 3 5D 9 61 0 40 127 5E 13
Octal 125 3 135 11 141 0 100 447 136 23
Binary 1010101 11 1011101 1001 1100001 0 1000000 100100111 1011110 10011

Color Harmonies of #55035D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55035D

Black with #55035D

Text Example


Text Example

White with #55035D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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