Html Css Color HEX #533858 Hot Purple

📋 copy color: '#533858'

red 83 ◦ green 56 ◦ blue 88

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

Shades of Hot Purple #533858

Tints of Hot Purple #533858

RGB

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

 GREEN value IS 56 (22.27% from 255) = 24.67%

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

R = 36.56%
G = 24.67%
B = 38.77%

CMYK

 C value IS 0.06

 M value IS 0.36

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#533858 (or 0x533858) is known color: Hot Purple. HEX triplet: 53, 38 and 58. RGB value is (83,56,88). Sum of RGB (Red+Green+Blue) = 83+56+88=227 (30% of max value = 765). Red value is 83 (32.81% from 255 or 36.56% from 227); Green value is 56 (22.27% from 255 or 24.67% from 227); Blue value is 88 (34.77% from 255 or 38.77% from 227); Max value from RGB is 88 - color contains mainly: blue. Hex color #533858 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #533858 is #ACC7A7. Grayscale: #434343. Windows color (decimal): -11323304 or 5781587. OLE color: 5781587.

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

Color convert

RGB 83 56 88 -
CMYK 0.06 0.36 0 0.65
HSL 290.63º 0.22% 0.28% -
HSV(B) 290.63º 0.36% 0.35% -
XYZ 6.74 5.37 9.91 -
YUV 67.72 139.45 138.9 -
System Red Green Blue C M Y K H S L
Decimal 83 56 88 0.06 0.36 0 0.65 290.63 0.22 0.28
Hex 53 38 58 6 24 0 41 123 16 1C
Octal 123 70 130 6 44 0 101 443 26 34
Binary 1010011 111000 1011000 110 100100 0 1000001 100100011 10110 11100

Color Harmonies of #533858

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #533858

Black with #533858

Text Example


Text Example

White with #533858

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #533858; }

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

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

background-color css

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

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

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

border-color css

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

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

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