Html Css Color HEX #5310BD Purple Heart

📋 copy color: '#5310BD'

red 83 ◦ green 16 ◦ blue 189

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

Shades of Purple Heart #5310BD

Tints of Purple Heart #5310BD

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.56%

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

R = 28.82%
G = 5.56%
B = 65.63%

CMYK

 C value IS 0.56

 M value IS 0.92

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#5310BD (or 0x5310BD) is known color: Purple Heart. HEX triplet: 53, 10 and BD. RGB value is (83,16,189). Sum of RGB (Red+Green+Blue) = 83+16+189=288 (38% of max value = 765). Red value is 83 (32.81% from 255 or 28.82% from 288); Green value is 16 (6.64% from 255 or 5.56% from 288); Blue value is 189 (74.22% from 255 or 65.62% from 288); Max value from RGB is 189 - color contains mainly: blue. Hex color #5310BD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5310BD is #ACEF42. Grayscale: #373737. Windows color (decimal): -11333443 or 12390483. OLE color: 12390483.

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

Color convert

RGB 83 16 189 -
CMYK 0.56 0.92 0 0.26
HSL 263.24º 0.84% 0.4% -
HSV(B) 263.24º 0.92% 0.74% -
XYZ 12.94 5.88 48.6 -
YUV 55.76 203.2 147.43 -
System Red Green Blue C M Y K H S L
Decimal 83 16 189 0.56 0.92 0 0.26 263.24 0.84 0.4
Hex 53 10 BD 38 5C 0 1A 107 54 28
Octal 123 20 275 70 134 0 32 407 124 50
Binary 1010011 10000 10111101 111000 1011100 0 11010 100000111 1010100 101000

Color Harmonies of #5310BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5310BD

Black with #5310BD

Text Example


Text Example

White with #5310BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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