Html Css Color HEX #5318BE Purple Heart

📋 copy color: '#5318BE'

red 83 ◦ green 24 ◦ blue 190

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

Shades of Purple Heart #5318BE

Tints of Purple Heart #5318BE

RGB

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

 GREEN value IS 24 (9.77% from 255) = 8.08%

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

R = 27.95%
G = 8.08%
B = 63.97%

CMYK

 C value IS 0.56

 M value IS 0.87

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#5318BE (or 0x5318BE) is known color: Purple Heart. HEX triplet: 53, 18 and BE. RGB value is (83,24,190). Sum of RGB (Red+Green+Blue) = 83+24+190=297 (39% of max value = 765). Red value is 83 (32.81% from 255 or 27.95% from 297); Green value is 24 (9.77% from 255 or 8.08% from 297); Blue value is 190 (74.61% from 255 or 63.97% from 297); Max value from RGB is 190 - color contains mainly: blue. Hex color #5318BE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5318BE is #ACE741. Grayscale: #3B3B3B. Windows color (decimal): -11331394 or 12458067. OLE color: 12458067.

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

Color convert

RGB 83 24 190 -
CMYK 0.56 0.87 0 0.25
HSL 261.33º 0.78% 0.42% -
HSV(B) 261.33º 0.87% 0.75% -
XYZ 13.19 6.21 49.22 -
YUV 60.57 201.05 144 -
System Red Green Blue C M Y K H S L
Decimal 83 24 190 0.56 0.87 0 0.25 261.33 0.78 0.42
Hex 53 18 BE 38 57 0 19 105 4E 2A
Octal 123 30 276 70 127 0 31 405 116 52
Binary 1010011 11000 10111110 111000 1010111 0 11001 100000101 1001110 101010

Color Harmonies of #5318BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5318BE

Black with #5318BE

Text Example


Text Example

White with #5318BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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