Html Css Color HEX #553253 Hot Purple

📋 copy color: '#553253'

red 85 ◦ green 50 ◦ blue 83

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

Shades of Hot Purple #553253

Tints of Hot Purple #553253

RGB

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

 GREEN value IS 50 (19.92% from 255) = 22.94%

 BLUE value IS 83 (32.81% from 255) = 38.07%

R = 38.99%
G = 22.94%
B = 38.07%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.02

 K value IS 0.67

RGB Variations

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

Color information

#553253 (or 0x553253) is known color: Hot Purple. HEX triplet: 55, 32 and 53. RGB value is (85,50,83). Sum of RGB (Red+Green+Blue) = 85+50+83=218 (28% of max value = 765). Red value is 85 (33.59% from 255 or 38.99% from 218); Green value is 50 (19.92% from 255 or 22.94% from 218); Blue value is 83 (32.81% from 255 or 38.07% from 218); Max value from RGB is 85 - color contains mainly: red. Hex color #553253 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #553253 is #AACDAC. Grayscale: #404040. Windows color (decimal): -11193773 or 5452373. OLE color: 5452373.

HSL color Cylindrical-coordinate representation of color #553253: hue angle of 303.43º degrees, saturation: 0.26, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #553253 is Cyan = 0, Magento = 0.41, Yellow = 0.02 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 50 83 -
CMYK 0 0.41 0.02 0.67
HSL 303.43º 0.26% 0.26% -
HSV(B) 303.43º 0.41% 0.33% -
XYZ 6.45 4.84 8.78 -
YUV 64.23 138.6 142.82 -
System Red Green Blue C M Y K H S L
Decimal 85 50 83 0 0.41 0.02 0.67 303.43 0.26 0.26
Hex 55 32 53 0 29 2 43 12F 1A 1A
Octal 125 62 123 0 51 2 103 457 32 32
Binary 1010101 110010 1010011 0 101001 10 1000011 100101111 11010 11010

Color Harmonies of #553253

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #553253

Black with #553253

Text Example


Text Example

White with #553253

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #553253; }

 p { color: rgb(85,50,83); }

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

background-color css

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

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

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

border-color css

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

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

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