Html Css Color HEX #5311BD Purple Heart

📋 copy color: '#5311BD'

red 83 ◦ green 17 ◦ blue 189

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

Shades of Purple Heart #5311BD

Tints of Purple Heart #5311BD

RGB

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

 GREEN value IS 17 (7.03% from 255) = 5.88%

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

R = 28.72%
G = 5.88%
B = 65.4%

CMYK

 C value IS 0.56

 M value IS 0.91

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#5311BD (or 0x5311BD) is known color: Purple Heart. HEX triplet: 53, 11 and BD. RGB value is (83,17,189). Sum of RGB (Red+Green+Blue) = 83+17+189=289 (38% of max value = 765). Red value is 83 (32.81% from 255 or 28.72% from 289); Green value is 17 (7.03% from 255 or 5.88% from 289); Blue value is 189 (74.22% from 255 or 65.40% from 289); Max value from RGB is 189 - color contains mainly: blue. Hex color #5311BD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5311BD is #ACEE42. Grayscale: #373737. Windows color (decimal): -11333187 or 12390739. OLE color: 12390739.

HSL color Cylindrical-coordinate representation of color #5311BD: hue angle of 263.02º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #5311BD is Cyan = 0.56, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 83 17 189 -
CMYK 0.56 0.91 0 0.26
HSL 263.02º 0.83% 0.4% -
HSV(B) 263.02º 0.91% 0.74% -
XYZ 12.95 5.91 48.6 -
YUV 56.34 202.87 147.01 -
System Red Green Blue C M Y K H S L
Decimal 83 17 189 0.56 0.91 0 0.26 263.02 0.83 0.4
Hex 53 11 BD 38 5B 0 1A 107 53 28
Octal 123 21 275 70 133 0 32 407 123 50
Binary 1010011 10001 10111101 111000 1011011 0 11010 100000111 1010011 101000

Color Harmonies of #5311BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5311BD

Black with #5311BD

Text Example


Text Example

White with #5311BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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