Html Css Color HEX #5319CD Purple Heart

📋 copy color: '#5319CD'

red 83 ◦ green 25 ◦ blue 205

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

Shades of Purple Heart #5319CD

Tints of Purple Heart #5319CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 65.5%

R = 26.52%
G = 7.99%
B = 65.5%

CMYK

 C value IS 0.60

 M value IS 0.88

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#5319CD (or 0x5319CD) is known color: Purple Heart. HEX triplet: 53, 19 and CD. RGB value is (83,25,205). Sum of RGB (Red+Green+Blue) = 83+25+205=313 (41% of max value = 765). Red value is 83 (32.81% from 255 or 26.52% from 313); Green value is 25 (10.16% from 255 or 7.99% from 313); Blue value is 205 (80.47% from 255 or 65.50% from 313); Max value from RGB is 205 - color contains mainly: blue. Hex color #5319CD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5319CD is #ACE632. Grayscale: #3E3E3E. Windows color (decimal): -11331123 or 13441363. OLE color: 13441363.

HSL color Cylindrical-coordinate representation of color #5319CD: hue angle of 259.33º 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 #5319CD is Cyan = 0.60, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 83 25 205 -
CMYK 0.60 0.88 0 0.20
HSL 259.33º 0.78% 0.45% -
HSV(B) 259.33º 0.88% 0.8% -
XYZ 14.93 6.94 58.31 -
YUV 62.86 208.22 142.36 -
System Red Green Blue C M Y K H S L
Decimal 83 25 205 0.60 0.88 0 0.20 259.33 0.78 0.45
Hex 53 19 CD 3C 58 0 14 103 4E 2D
Octal 123 31 315 74 130 0 24 403 116 55
Binary 1010011 11001 11001101 111100 1011000 0 10100 100000011 1001110 101101

Color Harmonies of #5319CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5319CD

Black with #5319CD

Text Example


Text Example

White with #5319CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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