Html Css Color HEX #533AAF Purple Heart

📋 copy color: '#533AAF'

red 83 ◦ green 58 ◦ blue 175

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

Shades of Purple Heart #533AAF

Tints of Purple Heart #533AAF

RGB

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

 GREEN value IS 58 (23.05% from 255) = 18.35%

 BLUE value IS 175 (68.75% from 255) = 55.38%

R = 26.27%
G = 18.35%
B = 55.38%

CMYK

 C value IS 0.53

 M value IS 0.67

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#533AAF (or 0x533AAF) is known color: Purple Heart. HEX triplet: 53, 3A and AF. RGB value is (83,58,175). Sum of RGB (Red+Green+Blue) = 83+58+175=316 (41% of max value = 765). Red value is 83 (32.81% from 255 or 26.27% from 316); Green value is 58 (23.05% from 255 or 18.35% from 316); Blue value is 175 (68.75% from 255 or 55.38% from 316); Max value from RGB is 175 - color contains mainly: blue. Hex color #533AAF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #533AAF is #ACC550. Grayscale: #4E4E4E. Windows color (decimal): -11322705 or 11483731. OLE color: 11483731.

HSL color Cylindrical-coordinate representation of color #533AAF: hue angle of 252.82º degrees, saturation: 0.5, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #533AAF is Cyan = 0.53, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 83 58 175 -
CMYK 0.53 0.67 0 0.31
HSL 252.82º 0.5% 0.46% -
HSV(B) 252.82º 0.67% 0.69% -
XYZ 12.82 7.96 41.42 -
YUV 78.81 182.28 130.99 -
System Red Green Blue C M Y K H S L
Decimal 83 58 175 0.53 0.67 0 0.31 252.82 0.5 0.46
Hex 53 3A AF 35 43 0 1F FD 32 2E
Octal 123 72 257 65 103 0 37 375 62 56
Binary 1010011 111010 10101111 110101 1000011 0 11111 11111101 110010 101110

Color Harmonies of #533AAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #533AAF

Black with #533AAF

Text Example


Text Example

White with #533AAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #533AAF; }

 p { color: rgb(83,58,175); }

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

background-color css

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

 a { background-color: rgb(83,58,175); }

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

border-color css

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

 span { border-color: rgb(83,58,175); }

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