Html Css Color HEX #5313BD Purple Heart

📋 copy color: '#5313BD'

red 83 ◦ green 19 ◦ blue 189

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

Shades of Purple Heart #5313BD

Tints of Purple Heart #5313BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 64.95%

R = 28.52%
G = 6.53%
B = 64.95%

CMYK

 C value IS 0.56

 M value IS 0.90

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#5313BD (or 0x5313BD) is known color: Purple Heart. HEX triplet: 53, 13 and BD. RGB value is (83,19,189). Sum of RGB (Red+Green+Blue) = 83+19+189=291 (38% of max value = 765). Red value is 83 (32.81% from 255 or 28.52% from 291); Green value is 19 (7.81% from 255 or 6.53% from 291); Blue value is 189 (74.22% from 255 or 64.95% from 291); Max value from RGB is 189 - color contains mainly: blue. Hex color #5313BD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5313BD is #ACEC42. Grayscale: #383838. Windows color (decimal): -11332675 or 12391251. OLE color: 12391251.

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

Color convert

RGB 83 19 189 -
CMYK 0.56 0.90 0 0.26
HSL 262.59º 0.82% 0.41% -
HSV(B) 262.59º 0.9% 0.74% -
XYZ 12.99 5.98 48.61 -
YUV 57.52 202.2 146.18 -
System Red Green Blue C M Y K H S L
Decimal 83 19 189 0.56 0.90 0 0.26 262.59 0.82 0.41
Hex 53 13 BD 38 5A 0 1A 107 52 29
Octal 123 23 275 70 132 0 32 407 122 51
Binary 1010011 10011 10111101 111000 1011010 0 11010 100000111 1010010 101001

Color Harmonies of #5313BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5313BD

Black with #5313BD

Text Example


Text Example

White with #5313BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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