Html Css Color HEX #55035A Hot Purple

📋 copy color: '#55035A'

red 85 ◦ green 3 ◦ blue 90

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

Shades of Hot Purple #55035A

Tints of Hot Purple #55035A

RGB

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

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

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

R = 47.75%
G = 1.69%
B = 50.56%

CMYK

 C value IS 0.06

 M value IS 0.97

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#55035A (or 0x55035A) is known color: Hot Purple. HEX triplet: 55, 03 and 5A. RGB value is (85,3,90). Sum of RGB (Red+Green+Blue) = 85+3+90=178 (23% of max value = 765). Red value is 85 (33.59% from 255 or 47.75% from 178); Green value is 3 (1.56% from 255 or 1.69% from 178); Blue value is 90 (35.55% from 255 or 50.56% from 178); Max value from RGB is 90 - color contains mainly: blue. Hex color #55035A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #55035A is #AAFCA5. Grayscale: #252525. Windows color (decimal): -11205798 or 5899093. OLE color: 5899093.

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

Color convert

RGB 85 3 90 -
CMYK 0.06 0.97 0 0.65
HSL 296.55º 0.94% 0.18% -
HSV(B) 296.55º 0.97% 0.35% -
XYZ 5.62 2.73 9.9 -
YUV 37.44 157.67 161.93 -
System Red Green Blue C M Y K H S L
Decimal 85 3 90 0.06 0.97 0 0.65 296.55 0.94 0.18
Hex 55 3 5A 6 61 0 41 129 5E 12
Octal 125 3 132 6 141 0 101 451 136 22
Binary 1010101 11 1011010 110 1100001 0 1000001 100101001 1011110 10010

Color Harmonies of #55035A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55035A

Black with #55035A

Text Example


Text Example

White with #55035A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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