Html Css Color HEX #5316C0 Purple Heart

📋 copy color: '#5316C0'

red 83 ◦ green 22 ◦ blue 192

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

Shades of Purple Heart #5316C0

Tints of Purple Heart #5316C0

RGB

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

 GREEN value IS 22 (8.98% from 255) = 7.41%

 BLUE value IS 192 (75.39% from 255) = 64.65%

R = 27.95%
G = 7.41%
B = 64.65%

CMYK

 C value IS 0.57

 M value IS 0.89

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#5316C0 (or 0x5316C0) is known color: Purple Heart. HEX triplet: 53, 16 and C0. RGB value is (83,22,192). Sum of RGB (Red+Green+Blue) = 83+22+192=297 (39% of max value = 765). Red value is 83 (32.81% from 255 or 27.95% from 297); Green value is 22 (8.98% from 255 or 7.41% from 297); Blue value is 192 (75.39% from 255 or 64.65% from 297); Max value from RGB is 192 - color contains mainly: blue. Hex color #5316C0 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5316C0 is #ACE93F. Grayscale: #3B3B3B. Windows color (decimal): -11331904 or 12588627. OLE color: 12588627.

HSL color Cylindrical-coordinate representation of color #5316C0: hue angle of 261.53º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #5316C0 is Cyan = 0.57, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 83 22 192 -
CMYK 0.57 0.89 0 0.25
HSL 261.53º 0.79% 0.42% -
HSV(B) 261.53º 0.89% 0.75% -
XYZ 13.37 6.22 50.36 -
YUV 59.62 202.71 144.68 -
System Red Green Blue C M Y K H S L
Decimal 83 22 192 0.57 0.89 0 0.25 261.53 0.79 0.42
Hex 53 16 C0 39 59 0 19 106 4F 2A
Octal 123 26 300 71 131 0 31 406 117 52
Binary 1010011 10110 11000000 111001 1011001 0 11001 100000110 1001111 101010

Color Harmonies of #5316C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5316C0

Black with #5316C0

Text Example


Text Example

White with #5316C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5316C0; }

 p { color: rgb(83,22,192); }

 H1.HeaderClassName
 {
   color: #5316C0;
 }
 .AnyTagClassName
 {
   color: #5316C0;
 }
</style>

background-color css

<style>
 a { background-color: #5316C0; }

 a { background-color: rgb(83,22,192); }

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

border-color css

<style>
 span { border-color: #5316C0; }

 span { border-color: rgb(83,22,192); }

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