Html Css Color HEX #533558 Hot Purple

📋 copy color: '#533558'

red 83 ◦ green 53 ◦ blue 88

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

Shades of Hot Purple #533558

Tints of Hot Purple #533558

RGB

 RED value IS 83 (32.81% from 255) = 37.05%

 GREEN value IS 53 (21.09% from 255) = 23.66%

 BLUE value IS 88 (34.77% from 255) = 39.29%

R = 37.05%
G = 23.66%
B = 39.29%

CMYK

 C value IS 0.06

 M value IS 0.40

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#533558 (or 0x533558) is known color: Hot Purple. HEX triplet: 53, 35 and 58. RGB value is (83,53,88). Sum of RGB (Red+Green+Blue) = 83+53+88=224 (29% of max value = 765). Red value is 83 (32.81% from 255 or 37.05% from 224); Green value is 53 (21.09% from 255 or 23.66% from 224); Blue value is 88 (34.77% from 255 or 39.29% from 224); Max value from RGB is 88 - color contains mainly: blue. Hex color #533558 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #533558 is #ACCAA7. Grayscale: #414141. Windows color (decimal): -11324072 or 5780819. OLE color: 5780819.

HSL color Cylindrical-coordinate representation of color #533558: hue angle of 291.43º degrees, saturation: 0.25, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #533558 is Cyan = 0.06, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 83 53 88 -
CMYK 0.06 0.40 0 0.65
HSL 291.43º 0.25% 0.28% -
HSV(B) 291.43º 0.4% 0.35% -
XYZ 6.6 5.09 9.87 -
YUV 65.96 140.44 140.15 -
System Red Green Blue C M Y K H S L
Decimal 83 53 88 0.06 0.40 0 0.65 291.43 0.25 0.28
Hex 53 35 58 6 28 0 41 123 19 1C
Octal 123 65 130 6 50 0 101 443 31 34
Binary 1010011 110101 1011000 110 101000 0 1000001 100100011 11001 11100

Color Harmonies of #533558

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #533558

Black with #533558

Text Example


Text Example

White with #533558

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #533558; }

 p { color: rgb(83,53,88); }

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

background-color css

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

 a { background-color: rgb(83,53,88); }

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

border-color css

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

 span { border-color: rgb(83,53,88); }

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