Html Css Color HEX #5313AB Purple Heart

📋 copy color: '#5313AB'

red 83 ◦ green 19 ◦ blue 171

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

Shades of Purple Heart #5313AB

Tints of Purple Heart #5313AB

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.96%

 BLUE value IS 171 (67.19% from 255) = 62.64%

R = 30.4%
G = 6.96%
B = 62.64%

CMYK

 C value IS 0.51

 M value IS 0.89

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5313AB (or 0x5313AB) is known color: Purple Heart. HEX triplet: 53, 13 and AB. RGB value is (83,19,171). Sum of RGB (Red+Green+Blue) = 83+19+171=273 (36% of max value = 765). Red value is 83 (32.81% from 255 or 30.40% from 273); Green value is 19 (7.81% from 255 or 6.96% from 273); Blue value is 171 (67.19% from 255 or 62.64% from 273); Max value from RGB is 171 - color contains mainly: blue. Hex color #5313AB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5313AB is #ACEC54. Grayscale: #363636. Windows color (decimal): -11332693 or 11211603. OLE color: 11211603.

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

Color convert

RGB 83 19 171 -
CMYK 0.51 0.89 0 0.33
HSL 265.26º 0.8% 0.37% -
HSV(B) 265.26º 0.89% 0.67% -
XYZ 11.15 5.25 38.95 -
YUV 55.46 193.2 147.64 -
System Red Green Blue C M Y K H S L
Decimal 83 19 171 0.51 0.89 0 0.33 265.26 0.8 0.37
Hex 53 13 AB 33 59 0 21 109 50 25
Octal 123 23 253 63 131 0 41 411 120 45
Binary 1010011 10011 10101011 110011 1011001 0 100001 100001001 1010000 100101

Color Harmonies of #5313AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5313AB

Black with #5313AB

Text Example


Text Example

White with #5313AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5313AB; }

 p { color: rgb(83,19,171); }

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

background-color css

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

 a { background-color: rgb(83,19,171); }

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

border-color css

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

 span { border-color: rgb(83,19,171); }

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