Html Css Color HEX #5311AA Purple Heart

📋 copy color: '#5311AA'

red 83 ◦ green 17 ◦ blue 170

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

Shades of Purple Heart #5311AA

Tints of Purple Heart #5311AA

RGB

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

 GREEN value IS 17 (7.03% from 255) = 6.3%

 BLUE value IS 170 (66.8% from 255) = 62.96%

R = 30.74%
G = 6.3%
B = 62.96%

CMYK

 C value IS 0.51

 M value IS 0.9

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5311AA (or 0x5311AA) is known color: Purple Heart. HEX triplet: 53, 11 and AA. RGB value is (83,17,170). Sum of RGB (Red+Green+Blue) = 83+17+170=270 (35% of max value = 765). Red value is 83 (32.81% from 255 or 30.74% from 270); Green value is 17 (7.03% from 255 or 6.30% from 270); Blue value is 170 (66.80% from 255 or 62.96% from 270); Max value from RGB is 170 - color contains mainly: blue. Hex color #5311AA is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5311AA is #ACEE55. Grayscale: #353535. Windows color (decimal): -11333206 or 11145555. OLE color: 11145555.

HSL color Cylindrical-coordinate representation of color #5311AA: hue angle of 265.88º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #5311AA is Cyan = 0.51, Magento = 0.9, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 83 17 170 -
CMYK 0.51 0.9 0 0.33
HSL 265.88º 0.82% 0.37% -
HSV(B) 265.88º 0.9% 0.67% -
XYZ 11.02 5.14 38.44 -
YUV 54.18 193.37 148.56 -
System Red Green Blue C M Y K H S L
Decimal 83 17 170 0.51 0.9 0 0.33 265.88 0.82 0.37
Hex 53 11 AA 33 5A 0 21 10A 52 25
Octal 123 21 252 63 132 0 41 412 122 45
Binary 1010011 10001 10101010 110011 1011010 0 100001 100001010 1010010 100101

Color Harmonies of #5311AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5311AA

Black with #5311AA

Text Example


Text Example

White with #5311AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5311AA; }

 p { color: rgb(83,17,170); }

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

background-color css

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

 a { background-color: rgb(83,17,170); }

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

border-color css

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

 span { border-color: rgb(83,17,170); }

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