Html Css Color HEX #552E5F Hot Purple

📋 copy color: '#552E5F'

red 85 ◦ green 46 ◦ blue 95

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

Shades of Hot Purple #552E5F

Tints of Hot Purple #552E5F

RGB

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

 GREEN value IS 46 (18.36% from 255) = 20.35%

 BLUE value IS 95 (37.5% from 255) = 42.04%

R = 37.61%
G = 20.35%
B = 42.04%

CMYK

 C value IS 0.11

 M value IS 0.52

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#552E5F (or 0x552E5F) is known color: Hot Purple. HEX triplet: 55, 2E and 5F. RGB value is (85,46,95). Sum of RGB (Red+Green+Blue) = 85+46+95=226 (29% of max value = 765). Red value is 85 (33.59% from 255 or 37.61% from 226); Green value is 46 (18.36% from 255 or 20.35% from 226); Blue value is 95 (37.5% from 255 or 42.04% from 226); Max value from RGB is 95 - color contains mainly: blue. Hex color #552E5F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #552E5F is #AAD1A0. Grayscale: #3F3F3F. Windows color (decimal): -11194785 or 6237781. OLE color: 6237781.

HSL color Cylindrical-coordinate representation of color #552E5F: hue angle of 287.76º degrees, saturation: 0.35, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #552E5F is Cyan = 0.11, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 85 46 95 -
CMYK 0.11 0.52 0 0.63
HSL 287.76º 0.35% 0.28% -
HSV(B) 287.76º 0.52% 0.37% -
XYZ 6.79 4.71 11.38 -
YUV 63.25 145.92 143.52 -
System Red Green Blue C M Y K H S L
Decimal 85 46 95 0.11 0.52 0 0.63 287.76 0.35 0.28
Hex 55 2E 5F B 34 0 3F 120 23 1C
Octal 125 56 137 13 64 0 77 440 43 34
Binary 1010101 101110 1011111 1011 110100 0 111111 100100000 100011 11100

Color Harmonies of #552E5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #552E5F

Black with #552E5F

Text Example


Text Example

White with #552E5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #552E5F; }

 p { color: rgb(85,46,95); }

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

background-color css

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

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

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

border-color css

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

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

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