Html Css Color HEX #551952 Hot Purple

📋 copy color: '#551952'

red 85 ◦ green 25 ◦ blue 82

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

Shades of Hot Purple #551952

Tints of Hot Purple #551952

RGB

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

 GREEN value IS 25 (10.16% from 255) = 13.02%

 BLUE value IS 82 (32.42% from 255) = 42.71%

R = 44.27%
G = 13.02%
B = 42.71%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.04

 K value IS 0.67

RGB Variations

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

Color information

#551952 (or 0x551952) is known color: Hot Purple. HEX triplet: 55, 19 and 52. RGB value is (85,25,82). Sum of RGB (Red+Green+Blue) = 85+25+82=192 (25% of max value = 765). Red value is 85 (33.59% from 255 or 44.27% from 192); Green value is 25 (10.16% from 255 or 13.02% from 192); Blue value is 82 (32.42% from 255 or 42.71% from 192); Max value from RGB is 85 - color contains mainly: red. Hex color #551952 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #551952 is #AAE6AD. Grayscale: #313131. Windows color (decimal): -11200174 or 5380437. OLE color: 5380437.

HSL color Cylindrical-coordinate representation of color #551952: hue angle of 303º degrees, saturation: 0.55, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #551952 is Cyan = 0, Magento = 0.71, Yellow = 0.04 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 25 82 -
CMYK 0 0.71 0.04 0.67
HSL 303º 0.55% 0.22% -
HSV(B) 303º 0.71% 0.33% -
XYZ 5.62 3.24 8.31 -
YUV 49.44 146.38 153.37 -
System Red Green Blue C M Y K H S L
Decimal 85 25 82 0 0.71 0.04 0.67 303 0.55 0.22
Hex 55 19 52 0 47 4 43 12F 37 16
Octal 125 31 122 0 107 4 103 457 67 26
Binary 1010101 11001 1010010 0 1000111 100 1000011 100101111 110111 10110

Color Harmonies of #551952

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #551952

Black with #551952

Text Example


Text Example

White with #551952

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #551952; }

 p { color: rgb(85,25,82); }

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

background-color css

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

 a { background-color: rgb(85,25,82); }

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

border-color css

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

 span { border-color: rgb(85,25,82); }

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