Html Css Color HEX #5319CC Purple Heart

📋 copy color: '#5319CC'

red 83 ◦ green 25 ◦ blue 204

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

Shades of Purple Heart #5319CC

Tints of Purple Heart #5319CC

RGB

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

 GREEN value IS 25 (10.16% from 255) = 8.01%

 BLUE value IS 204 (80.08% from 255) = 65.38%

R = 26.6%
G = 8.01%
B = 65.38%

CMYK

 C value IS 0.59

 M value IS 0.88

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#5319CC (or 0x5319CC) is known color: Purple Heart. HEX triplet: 53, 19 and CC. RGB value is (83,25,204). Sum of RGB (Red+Green+Blue) = 83+25+204=312 (41% of max value = 765). Red value is 83 (32.81% from 255 or 26.60% from 312); Green value is 25 (10.16% from 255 or 8.01% from 312); Blue value is 204 (80.08% from 255 or 65.38% from 312); Max value from RGB is 204 - color contains mainly: blue. Hex color #5319CC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5319CC is #ACE633. Grayscale: #3E3E3E. Windows color (decimal): -11331124 or 13375827. OLE color: 13375827.

HSL color Cylindrical-coordinate representation of color #5319CC: hue angle of 259.44º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #5319CC is Cyan = 0.59, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 83 25 204 -
CMYK 0.59 0.88 0 0.2
HSL 259.44º 0.78% 0.45% -
HSV(B) 259.44º 0.88% 0.8% -
XYZ 14.81 6.89 57.68 -
YUV 62.75 207.72 142.45 -
System Red Green Blue C M Y K H S L
Decimal 83 25 204 0.59 0.88 0 0.2 259.44 0.78 0.45
Hex 53 19 CC 3B 58 0 14 103 4E 2D
Octal 123 31 314 73 130 0 24 403 116 55
Binary 1010011 11001 11001100 111011 1011000 0 10100 100000011 1001110 101101

Color Harmonies of #5319CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5319CC

Black with #5319CC

Text Example


Text Example

White with #5319CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5319CC; }

 p { color: rgb(83,25,204); }

 H1.HeaderClassName
 {
   color: #5319CC;
 }
 .AnyTagClassName
 {
   color: #5319CC;
 }
</style>

background-color css

<style>
 a { background-color: #5319CC; }

 a { background-color: rgb(83,25,204); }

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

border-color css

<style>
 span { border-color: #5319CC; }

 span { border-color: rgb(83,25,204); }

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