Html Css Color HEX #5319BB Purple Heart

📋 copy color: '#5319BB'

red 83 ◦ green 25 ◦ blue 187

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

Shades of Purple Heart #5319BB

Tints of Purple Heart #5319BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 63.39%

R = 28.14%
G = 8.47%
B = 63.39%

CMYK

 C value IS 0.56

 M value IS 0.87

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#5319BB (or 0x5319BB) is known color: Purple Heart. HEX triplet: 53, 19 and BB. RGB value is (83,25,187). Sum of RGB (Red+Green+Blue) = 83+25+187=295 (39% of max value = 765). Red value is 83 (32.81% from 255 or 28.14% from 295); Green value is 25 (10.16% from 255 or 8.47% from 295); Blue value is 187 (73.44% from 255 or 63.39% from 295); Max value from RGB is 187 - color contains mainly: blue. Hex color #5319BB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5319BB is #ACE644. Grayscale: #3C3C3C. Windows color (decimal): -11331141 or 12261715. OLE color: 12261715.

HSL color Cylindrical-coordinate representation of color #5319BB: hue angle of 261.48º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #5319BB is Cyan = 0.56, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 83 25 187 -
CMYK 0.56 0.87 0 0.27
HSL 261.48º 0.76% 0.42% -
HSV(B) 261.48º 0.87% 0.73% -
XYZ 12.88 6.12 47.52 -
YUV 60.81 199.22 143.83 -
System Red Green Blue C M Y K H S L
Decimal 83 25 187 0.56 0.87 0 0.27 261.48 0.76 0.42
Hex 53 19 BB 38 57 0 1B 105 4C 2A
Octal 123 31 273 70 127 0 33 405 114 52
Binary 1010011 11001 10111011 111000 1010111 0 11011 100000101 1001100 101010

Color Harmonies of #5319BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5319BB

Black with #5319BB

Text Example


Text Example

White with #5319BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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