Html Css Color HEX #55315A Hot Purple

📋 copy color: '#55315A'

red 85 ◦ green 49 ◦ blue 90

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

Shades of Hot Purple #55315A

Tints of Hot Purple #55315A

RGB

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

 GREEN value IS 49 (19.53% from 255) = 21.88%

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

R = 37.95%
G = 21.88%
B = 40.18%

CMYK

 C value IS 0.06

 M value IS 0.46

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#55315A (or 0x55315A) is known color: Hot Purple. HEX triplet: 55, 31 and 5A. RGB value is (85,49,90). Sum of RGB (Red+Green+Blue) = 85+49+90=224 (29% of max value = 765). Red value is 85 (33.59% from 255 or 37.95% from 224); Green value is 49 (19.53% from 255 or 21.88% from 224); Blue value is 90 (35.55% from 255 or 40.18% from 224); Max value from RGB is 90 - color contains mainly: blue. Hex color #55315A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #55315A is #AACEA5. Grayscale: #404040. Windows color (decimal): -11194022 or 5910869. OLE color: 5910869.

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

Color convert

RGB 85 49 90 -
CMYK 0.06 0.46 0 0.65
HSL 292.68º 0.29% 0.27% -
HSV(B) 292.68º 0.46% 0.35% -
XYZ 6.69 4.87 10.26 -
YUV 64.44 142.43 142.67 -
System Red Green Blue C M Y K H S L
Decimal 85 49 90 0.06 0.46 0 0.65 292.68 0.29 0.27
Hex 55 31 5A 6 2E 0 41 125 1D 1B
Octal 125 61 132 6 56 0 101 445 35 33
Binary 1010101 110001 1011010 110 101110 0 1000001 100100101 11101 11011

Color Harmonies of #55315A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55315A

Black with #55315A

Text Example


Text Example

White with #55315A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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