Html Css Color HEX #552552 Hot Purple

📋 copy color: '#552552'

red 85 ◦ green 37 ◦ blue 82

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

Shades of Hot Purple #552552

Tints of Hot Purple #552552

RGB

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

 GREEN value IS 37 (14.84% from 255) = 18.14%

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

R = 41.67%
G = 18.14%
B = 40.2%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.04

 K value IS 0.67

RGB Variations

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

Color information

#552552 (or 0x552552) is known color: Hot Purple. HEX triplet: 55, 25 and 52. RGB value is (85,37,82). Sum of RGB (Red+Green+Blue) = 85+37+82=204 (27% of max value = 765). Red value is 85 (33.59% from 255 or 41.67% from 204); Green value is 37 (14.84% from 255 or 18.14% from 204); Blue value is 82 (32.42% from 255 or 40.20% from 204); Max value from RGB is 85 - color contains mainly: red. Hex color #552552 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #552552 is #AADAAD. Grayscale: #383838. Windows color (decimal): -11197102 or 5383509. OLE color: 5383509.

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

Color convert

RGB 85 37 82 -
CMYK 0 0.56 0.04 0.67
HSL 303.75º 0.39% 0.24% -
HSV(B) 303.75º 0.56% 0.33% -
XYZ 5.93 3.86 8.42 -
YUV 56.48 142.4 148.34 -
System Red Green Blue C M Y K H S L
Decimal 85 37 82 0 0.56 0.04 0.67 303.75 0.39 0.24
Hex 55 25 52 0 38 4 43 130 27 18
Octal 125 45 122 0 70 4 103 460 47 30
Binary 1010101 100101 1010010 0 111000 100 1000011 100110000 100111 11000

Color Harmonies of #552552

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #552552

Black with #552552

Text Example


Text Example

White with #552552

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #552552; }

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

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

background-color css

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

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

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

border-color css

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

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

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