Html Css Color HEX #5333AE Purple Heart

📋 copy color: '#5333AE'

red 83 ◦ green 51 ◦ blue 174

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

Shades of Purple Heart #5333AE

Tints of Purple Heart #5333AE

RGB

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

 GREEN value IS 51 (20.31% from 255) = 16.56%

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

R = 26.95%
G = 16.56%
B = 56.49%

CMYK

 C value IS 0.52

 M value IS 0.71

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#5333AE (or 0x5333AE) is known color: Purple Heart. HEX triplet: 53, 33 and AE. RGB value is (83,51,174). Sum of RGB (Red+Green+Blue) = 83+51+174=308 (40% of max value = 765). Red value is 83 (32.81% from 255 or 26.95% from 308); Green value is 51 (20.31% from 255 or 16.56% from 308); Blue value is 174 (68.36% from 255 or 56.49% from 308); Max value from RGB is 174 - color contains mainly: blue. Hex color #5333AE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5333AE is #ACCC51. Grayscale: #4A4A4A. Windows color (decimal): -11324498 or 11416403. OLE color: 11416403.

HSL color Cylindrical-coordinate representation of color #5333AE: hue angle of 255.61º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #5333AE is Cyan = 0.52, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 83 51 174 -
CMYK 0.52 0.71 0 0.32
HSL 255.61º 0.55% 0.44% -
HSV(B) 255.61º 0.71% 0.68% -
XYZ 12.39 7.26 40.79 -
YUV 74.59 184.1 134 -
System Red Green Blue C M Y K H S L
Decimal 83 51 174 0.52 0.71 0 0.32 255.61 0.55 0.44
Hex 53 33 AE 34 47 0 20 100 37 2C
Octal 123 63 256 64 107 0 40 400 67 54
Binary 1010011 110011 10101110 110100 1000111 0 100000 100000000 110111 101100

Color Harmonies of #5333AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5333AE

Black with #5333AE

Text Example


Text Example

White with #5333AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5333AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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