Html Css Color HEX #5311B3 Purple Heart

📋 copy color: '#5311B3'

red 83 ◦ green 17 ◦ blue 179

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

Shades of Purple Heart #5311B3

Tints of Purple Heart #5311B3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 64.16%

R = 29.75%
G = 6.09%
B = 64.16%

CMYK

 C value IS 0.54

 M value IS 0.91

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#5311B3 (or 0x5311B3) is known color: Purple Heart. HEX triplet: 53, 11 and B3. RGB value is (83,17,179). Sum of RGB (Red+Green+Blue) = 83+17+179=279 (36% of max value = 765). Red value is 83 (32.81% from 255 or 29.75% from 279); Green value is 17 (7.03% from 255 or 6.09% from 279); Blue value is 179 (70.31% from 255 or 64.16% from 279); Max value from RGB is 179 - color contains mainly: blue. Hex color #5311B3 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5311B3 is #ACEE4C. Grayscale: #363636. Windows color (decimal): -11333197 or 11735379. OLE color: 11735379.

HSL color Cylindrical-coordinate representation of color #5311B3: hue angle of 264.44º degrees, saturation: 0.83, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #5311B3 is Cyan = 0.54, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 83 17 179 -
CMYK 0.54 0.91 0 0.30
HSL 264.44º 0.83% 0.38% -
HSV(B) 264.44º 0.91% 0.7% -
XYZ 11.9 5.49 43.08 -
YUV 55.2 197.87 147.83 -
System Red Green Blue C M Y K H S L
Decimal 83 17 179 0.54 0.91 0 0.30 264.44 0.83 0.38
Hex 53 11 B3 36 5B 0 1E 108 53 26
Octal 123 21 263 66 133 0 36 410 123 46
Binary 1010011 10001 10110011 110110 1011011 0 11110 100001000 1010011 100110

Color Harmonies of #5311B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5311B3

Black with #5311B3

Text Example


Text Example

White with #5311B3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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