Html Css Color HEX #5313C0 Purple Heart

📋 copy color: '#5313C0'

red 83 ◦ green 19 ◦ blue 192

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

Shades of Purple Heart #5313C0

Tints of Purple Heart #5313C0

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.46%

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

R = 28.23%
G = 6.46%
B = 65.31%

CMYK

 C value IS 0.57

 M value IS 0.90

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#5313C0 (or 0x5313C0) is known color: Purple Heart. HEX triplet: 53, 13 and C0. RGB value is (83,19,192). Sum of RGB (Red+Green+Blue) = 83+19+192=294 (38% of max value = 765). Red value is 83 (32.81% from 255 or 28.23% from 294); Green value is 19 (7.81% from 255 or 6.46% from 294); Blue value is 192 (75.39% from 255 or 65.31% from 294); Max value from RGB is 192 - color contains mainly: blue. Hex color #5313C0 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5313C0 is #ACEC3F. Grayscale: #393939. Windows color (decimal): -11332672 or 12587859. OLE color: 12587859.

HSL color Cylindrical-coordinate representation of color #5313C0: hue angle of 262.2º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #5313C0 is Cyan = 0.57, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 83 19 192 -
CMYK 0.57 0.90 0 0.25
HSL 262.2º 0.82% 0.41% -
HSV(B) 262.2º 0.9% 0.75% -
XYZ 13.31 6.11 50.35 -
YUV 57.86 203.7 145.93 -
System Red Green Blue C M Y K H S L
Decimal 83 19 192 0.57 0.90 0 0.25 262.2 0.82 0.41
Hex 53 13 C0 39 5A 0 19 106 52 29
Octal 123 23 300 71 132 0 31 406 122 51
Binary 1010011 10011 11000000 111001 1011010 0 11001 100000110 1010010 101001

Color Harmonies of #5313C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5313C0

Black with #5313C0

Text Example


Text Example

White with #5313C0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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