Html Css Color HEX #552255 Hot Purple

📋 copy color: '#552255'

red 85 ◦ green 34 ◦ blue 85

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

Shades of Hot Purple #552255

Tints of Hot Purple #552255

RGB

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

 GREEN value IS 34 (13.67% from 255) = 16.67%

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

R = 41.67%
G = 16.67%
B = 41.67%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#552255 (or 0x552255) is known color: Hot Purple. HEX triplet: 55, 22 and 55. RGB value is (85,34,85). Sum of RGB (Red+Green+Blue) = 85+34+85=204 (27% of max value = 765). Red value is 85 (33.59% from 255 or 41.67% from 204); Green value is 34 (13.67% from 255 or 16.67% from 204); Blue value is 85 (33.59% from 255 or 41.67% from 204); Max value from RGB is 85 - color contains mainly: red, blue. Hex color #552255 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #552255 is #AADDAA. Grayscale: #363636. Windows color (decimal): -11197867 or 5579349. OLE color: 5579349.

HSL color Cylindrical-coordinate representation of color #552255: hue angle of 300º degrees, saturation: 0.43, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #552255 is Cyan = 0, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 34 85 -
CMYK 0 0.60 0 0.67
HSL 300º 0.43% 0.23% -
HSV(B) 300º 0.6% 0.33% -
XYZ 5.96 3.73 9 -
YUV 55.06 144.9 149.35 -
System Red Green Blue C M Y K H S L
Decimal 85 34 85 0 0.60 0 0.67 300 0.43 0.23
Hex 55 22 55 0 3C 0 43 12C 2B 17
Octal 125 42 125 0 74 0 103 454 53 27
Binary 1010101 100010 1010101 0 111100 0 1000011 100101100 101011 10111

Color Harmonies of #552255

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #552255

Black with #552255

Text Example


Text Example

White with #552255

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #552255; }

 p { color: rgb(85,34,85); }

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

background-color css

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

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

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

border-color css

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

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

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