Html Css Color HEX #55395A Hot Purple

📋 copy color: '#55395A'

red 85 ◦ green 57 ◦ blue 90

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

Shades of Hot Purple #55395A

Tints of Hot Purple #55395A

RGB

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

 GREEN value IS 57 (22.66% from 255) = 24.57%

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

R = 36.64%
G = 24.57%
B = 38.79%

CMYK

 C value IS 0.06

 M value IS 0.37

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#55395A (or 0x55395A) is known color: Hot Purple. HEX triplet: 55, 39 and 5A. RGB value is (85,57,90). Sum of RGB (Red+Green+Blue) = 85+57+90=232 (30% of max value = 765). Red value is 85 (33.59% from 255 or 36.64% from 232); Green value is 57 (22.66% from 255 or 24.57% from 232); Blue value is 90 (35.55% from 255 or 38.79% from 232); Max value from RGB is 90 - color contains mainly: blue. Hex color #55395A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #55395A is #AAC6A5. Grayscale: #454545. Windows color (decimal): -11191974 or 5912917. OLE color: 5912917.

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

Color convert

RGB 85 57 90 -
CMYK 0.06 0.37 0 0.65
HSL 290.91º 0.22% 0.29% -
HSV(B) 290.91º 0.37% 0.35% -
XYZ 7.05 5.6 10.38 -
YUV 69.13 139.78 139.32 -
System Red Green Blue C M Y K H S L
Decimal 85 57 90 0.06 0.37 0 0.65 290.91 0.22 0.29
Hex 55 39 5A 6 25 0 41 123 16 1D
Octal 125 71 132 6 45 0 101 443 26 35
Binary 1010101 111001 1011010 110 100101 0 1000001 100100011 10110 11101

Color Harmonies of #55395A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55395A

Black with #55395A

Text Example


Text Example

White with #55395A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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