Html Css Color HEX #5319CA Purple Heart

📋 copy color: '#5319CA'

red 83 ◦ green 25 ◦ blue 202

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

Shades of Purple Heart #5319CA

Tints of Purple Heart #5319CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 65.16%

R = 26.77%
G = 8.06%
B = 65.16%

CMYK

 C value IS 0.59

 M value IS 0.88

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#5319CA (or 0x5319CA) is known color: Purple Heart. HEX triplet: 53, 19 and CA. RGB value is (83,25,202). Sum of RGB (Red+Green+Blue) = 83+25+202=310 (41% of max value = 765). Red value is 83 (32.81% from 255 or 26.77% from 310); Green value is 25 (10.16% from 255 or 8.06% from 310); Blue value is 202 (79.30% from 255 or 65.16% from 310); Max value from RGB is 202 - color contains mainly: blue. Hex color #5319CA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5319CA is #ACE635. Grayscale: #3D3D3D. Windows color (decimal): -11331126 or 13244755. OLE color: 13244755.

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

Color convert

RGB 83 25 202 -
CMYK 0.59 0.88 0 0.21
HSL 259.66º 0.78% 0.45% -
HSV(B) 259.66º 0.88% 0.79% -
XYZ 14.58 6.8 56.42 -
YUV 62.52 206.72 142.61 -
System Red Green Blue C M Y K H S L
Decimal 83 25 202 0.59 0.88 0 0.21 259.66 0.78 0.45
Hex 53 19 CA 3B 58 0 15 104 4E 2D
Octal 123 31 312 73 130 0 25 404 116 55
Binary 1010011 11001 11001010 111011 1011000 0 10101 100000100 1001110 101101

Color Harmonies of #5319CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5319CA

Black with #5319CA

Text Example


Text Example

White with #5319CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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