Html Css Color HEX #510DB3 Purple Heart

📋 copy color: '#510DB3'

red 81 ◦ green 13 ◦ blue 179

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

Shades of Purple Heart #510DB3

Tints of Purple Heart #510DB3

RGB

 RED value IS 81 (32.03% from 255) = 29.67%

 GREEN value IS 13 (5.47% from 255) = 4.76%

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

R = 29.67%
G = 4.76%
B = 65.57%

CMYK

 C value IS 0.55

 M value IS 0.93

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#510DB3 (or 0x510DB3) is known color: Purple Heart. HEX triplet: 51, 0D and B3. RGB value is (81,13,179). Sum of RGB (Red+Green+Blue) = 81+13+179=273 (36% of max value = 765). Red value is 81 (32.03% from 255 or 29.67% from 273); Green value is 13 (5.47% from 255 or 4.76% from 273); Blue value is 179 (70.31% from 255 or 65.57% from 273); Max value from RGB is 179 - color contains mainly: blue. Hex color #510DB3 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #510DB3 is #AEF24C. Grayscale: #333333. Windows color (decimal): -11465293 or 11734353. OLE color: 11734353.

HSL color Cylindrical-coordinate representation of color #510DB3: hue angle of 264.58º degrees, saturation: 0.86, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #510DB3 is Cyan = 0.55, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 81 13 179 -
CMYK 0.55 0.93 0 0.30
HSL 264.58º 0.86% 0.38% -
HSV(B) 264.58º 0.93% 0.7% -
XYZ 11.67 5.29 43.05 -
YUV 52.26 199.53 148.5 -
System Red Green Blue C M Y K H S L
Decimal 81 13 179 0.55 0.93 0 0.30 264.58 0.86 0.38
Hex 51 D B3 37 5D 0 1E 109 56 26
Octal 121 15 263 67 135 0 36 411 126 46
Binary 1010001 1101 10110011 110111 1011101 0 11110 100001001 1010110 100110

Color Harmonies of #510DB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #510DB3

Black with #510DB3

Text Example


Text Example

White with #510DB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #510DB3; }

 p { color: rgb(81,13,179); }

 H1.HeaderClassName
 {
   color: #510DB3;
 }
 .AnyTagClassName
 {
   color: #510DB3;
 }
</style>

background-color css

<style>
 a { background-color: #510DB3; }

 a { background-color: rgb(81,13,179); }

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

border-color css

<style>
 span { border-color: #510DB3; }

 span { border-color: rgb(81,13,179); }

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