Html Css Color HEX #5314AC Purple Heart

📋 copy color: '#5314AC'

red 83 ◦ green 20 ◦ blue 172

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

Shades of Purple Heart #5314AC

Tints of Purple Heart #5314AC

RGB

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

 GREEN value IS 20 (8.2% from 255) = 7.27%

 BLUE value IS 172 (67.58% from 255) = 62.55%

R = 30.18%
G = 7.27%
B = 62.55%

CMYK

 C value IS 0.52

 M value IS 0.88

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5314AC (or 0x5314AC) is known color: Purple Heart. HEX triplet: 53, 14 and AC. RGB value is (83,20,172). Sum of RGB (Red+Green+Blue) = 83+20+172=275 (36% of max value = 765). Red value is 83 (32.81% from 255 or 30.18% from 275); Green value is 20 (8.20% from 255 or 7.27% from 275); Blue value is 172 (67.58% from 255 or 62.55% from 275); Max value from RGB is 172 - color contains mainly: blue. Hex color #5314AC is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5314AC is #ACEB53. Grayscale: #373737. Windows color (decimal): -11332436 or 11277395. OLE color: 11277395.

HSL color Cylindrical-coordinate representation of color #5314AC: hue angle of 264.87º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #5314AC is Cyan = 0.52, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 83 20 172 -
CMYK 0.52 0.88 0 0.33
HSL 264.87º 0.79% 0.38% -
HSV(B) 264.87º 0.88% 0.67% -
XYZ 11.26 5.32 39.46 -
YUV 56.17 193.37 147.14 -
System Red Green Blue C M Y K H S L
Decimal 83 20 172 0.52 0.88 0 0.33 264.87 0.79 0.38
Hex 53 14 AC 34 58 0 21 109 4F 26
Octal 123 24 254 64 130 0 41 411 117 46
Binary 1010011 10100 10101100 110100 1011000 0 100001 100001001 1001111 100110

Color Harmonies of #5314AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5314AC

Black with #5314AC

Text Example


Text Example

White with #5314AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5314AC; }

 p { color: rgb(83,20,172); }

 H1.HeaderClassName
 {
   color: #5314AC;
 }
 .AnyTagClassName
 {
   color: #5314AC;
 }
</style>

background-color css

<style>
 a { background-color: #5314AC; }

 a { background-color: rgb(83,20,172); }

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

border-color css

<style>
 span { border-color: #5314AC; }

 span { border-color: rgb(83,20,172); }

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