Html Css Color HEX #533BAE Purple Heart

📋 copy color: '#533BAE'

red 83 ◦ green 59 ◦ blue 174

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

Shades of Purple Heart #533BAE

Tints of Purple Heart #533BAE

RGB

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

 GREEN value IS 59 (23.44% from 255) = 18.67%

 BLUE value IS 174 (68.36% from 255) = 55.06%

R = 26.27%
G = 18.67%
B = 55.06%

CMYK

 C value IS 0.52

 M value IS 0.66

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#533BAE (or 0x533BAE) is known color: Purple Heart. HEX triplet: 53, 3B and AE. RGB value is (83,59,174). Sum of RGB (Red+Green+Blue) = 83+59+174=316 (41% of max value = 765). Red value is 83 (32.81% from 255 or 26.27% from 316); Green value is 59 (23.44% from 255 or 18.67% from 316); Blue value is 174 (68.36% from 255 or 55.06% from 316); Max value from RGB is 174 - color contains mainly: blue. Hex color #533BAE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #533BAE is #ACC451. Grayscale: #4E4E4E. Windows color (decimal): -11322450 or 11418451. OLE color: 11418451.

HSL color Cylindrical-coordinate representation of color #533BAE: hue angle of 252.52º degrees, saturation: 0.49, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #533BAE is Cyan = 0.52, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 83 59 174 -
CMYK 0.52 0.66 0 0.32
HSL 252.52º 0.49% 0.46% -
HSV(B) 252.52º 0.66% 0.68% -
XYZ 12.77 8.02 40.92 -
YUV 79.29 181.45 130.65 -
System Red Green Blue C M Y K H S L
Decimal 83 59 174 0.52 0.66 0 0.32 252.52 0.49 0.46
Hex 53 3B AE 34 42 0 20 FD 31 2E
Octal 123 73 256 64 102 0 40 375 61 56
Binary 1010011 111011 10101110 110100 1000010 0 100000 11111101 110001 101110

Color Harmonies of #533BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #533BAE

Black with #533BAE

Text Example


Text Example

White with #533BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,59,174); }

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

background-color css

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

 a { background-color: rgb(83,59,174); }

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

border-color css

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

 span { border-color: rgb(83,59,174); }

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