Html Css Color HEX #5316BE Purple Heart

📋 copy color: '#5316BE'

red 83 ◦ green 22 ◦ blue 190

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

Shades of Purple Heart #5316BE

Tints of Purple Heart #5316BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 64.41%

R = 28.14%
G = 7.46%
B = 64.41%

CMYK

 C value IS 0.56

 M value IS 0.88

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#5316BE (or 0x5316BE) is known color: Purple Heart. HEX triplet: 53, 16 and BE. RGB value is (83,22,190). Sum of RGB (Red+Green+Blue) = 83+22+190=295 (39% of max value = 765). Red value is 83 (32.81% from 255 or 28.14% from 295); Green value is 22 (8.98% from 255 or 7.46% from 295); Blue value is 190 (74.61% from 255 or 64.41% from 295); Max value from RGB is 190 - color contains mainly: blue. Hex color #5316BE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5316BE is #ACE941. Grayscale: #3A3A3A. Windows color (decimal): -11331906 or 12457555. OLE color: 12457555.

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

Color convert

RGB 83 22 190 -
CMYK 0.56 0.88 0 0.25
HSL 261.79º 0.79% 0.42% -
HSV(B) 261.79º 0.88% 0.75% -
XYZ 13.15 6.13 49.21 -
YUV 59.39 201.71 144.84 -
System Red Green Blue C M Y K H S L
Decimal 83 22 190 0.56 0.88 0 0.25 261.79 0.79 0.42
Hex 53 16 BE 38 58 0 19 106 4F 2A
Octal 123 26 276 70 130 0 31 406 117 52
Binary 1010011 10110 10111110 111000 1011000 0 11001 100000110 1001111 101010

Color Harmonies of #5316BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5316BE

Black with #5316BE

Text Example


Text Example

White with #5316BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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