Html Css Color HEX #55315D Hot Purple

📋 copy color: '#55315D'

red 85 ◦ green 49 ◦ blue 93

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

Shades of Hot Purple #55315D

Tints of Hot Purple #55315D

RGB

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

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

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

R = 37.44%
G = 21.59%
B = 40.97%

CMYK

 C value IS 0.09

 M value IS 0.47

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#55315D (or 0x55315D) is known color: Hot Purple. HEX triplet: 55, 31 and 5D. RGB value is (85,49,93). Sum of RGB (Red+Green+Blue) = 85+49+93=227 (30% of max value = 765). Red value is 85 (33.59% from 255 or 37.44% from 227); Green value is 49 (19.53% from 255 or 21.59% from 227); Blue value is 93 (36.72% from 255 or 40.97% from 227); Max value from RGB is 93 - color contains mainly: blue. Hex color #55315D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #55315D is #AACEA2. Grayscale: #404040. Windows color (decimal): -11194019 or 6107477. OLE color: 6107477.

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

Color convert

RGB 85 49 93 -
CMYK 0.09 0.47 0 0.64
HSL 289.09º 0.31% 0.28% -
HSV(B) 289.09º 0.47% 0.36% -
XYZ 6.82 4.92 10.95 -
YUV 64.78 143.93 142.42 -
System Red Green Blue C M Y K H S L
Decimal 85 49 93 0.09 0.47 0 0.64 289.09 0.31 0.28
Hex 55 31 5D 9 2F 0 40 121 1F 1C
Octal 125 61 135 11 57 0 100 441 37 34
Binary 1010101 110001 1011101 1001 101111 0 1000000 100100001 11111 11100

Color Harmonies of #55315D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55315D

Black with #55315D

Text Example


Text Example

White with #55315D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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