Html Css Color HEX #510ABD Purple Heart

📋 copy color: '#510ABD'

red 81 ◦ green 10 ◦ blue 189

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

Shades of Purple Heart #510ABD

Tints of Purple Heart #510ABD

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.57%

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

R = 28.93%
G = 3.57%
B = 67.5%

CMYK

 C value IS 0.57

 M value IS 0.95

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#510ABD (or 0x510ABD) is known color: Purple Heart. HEX triplet: 51, 0A and BD. RGB value is (81,10,189). Sum of RGB (Red+Green+Blue) = 81+10+189=280 (37% of max value = 765). Red value is 81 (32.03% from 255 or 28.93% from 280); Green value is 10 (4.30% from 255 or 3.57% from 280); Blue value is 189 (74.22% from 255 or 67.5% from 280); Max value from RGB is 189 - color contains mainly: blue. Hex color #510ABD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #510ABD is #AEF542. Grayscale: #323232. Windows color (decimal): -11466051 or 12388945. OLE color: 12388945.

HSL color Cylindrical-coordinate representation of color #510ABD: hue angle of 263.8º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #510ABD is Cyan = 0.57, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 81 10 189 -
CMYK 0.57 0.95 0 0.26
HSL 263.8º 0.9% 0.39% -
HSV(B) 263.8º 0.95% 0.74% -
XYZ 12.69 5.64 48.56 -
YUV 51.64 205.52 148.95 -
System Red Green Blue C M Y K H S L
Decimal 81 10 189 0.57 0.95 0 0.26 263.8 0.9 0.39
Hex 51 A BD 39 5F 0 1A 108 5A 27
Octal 121 12 275 71 137 0 32 410 132 47
Binary 1010001 1010 10111101 111001 1011111 0 11010 100001000 1011010 100111

Color Harmonies of #510ABD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #510ABD

Black with #510ABD

Text Example


Text Example

White with #510ABD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,10,189); }

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

background-color css

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

 a { background-color: rgb(81,10,189); }

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

border-color css

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

 span { border-color: rgb(81,10,189); }

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