Html Css Color HEX #511DC0 Purple Heart

📋 copy color: '#511DC0'

red 81 ◦ green 29 ◦ blue 192

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

Shades of Purple Heart #511DC0

Tints of Purple Heart #511DC0

RGB

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

 GREEN value IS 29 (11.72% from 255) = 9.6%

 BLUE value IS 192 (75.39% from 255) = 63.58%

R = 26.82%
G = 9.6%
B = 63.58%

CMYK

 C value IS 0.58

 M value IS 0.85

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#511DC0 (or 0x511DC0) is known color: Purple Heart. HEX triplet: 51, 1D and C0. RGB value is (81,29,192). Sum of RGB (Red+Green+Blue) = 81+29+192=302 (40% of max value = 765). Red value is 81 (32.03% from 255 or 26.82% from 302); Green value is 29 (11.72% from 255 or 9.60% from 302); Blue value is 192 (75.39% from 255 or 63.58% from 302); Max value from RGB is 192 - color contains mainly: blue. Hex color #511DC0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #511DC0 is #AEE23F. Grayscale: #3E3E3E. Windows color (decimal): -11461184 or 12590417. OLE color: 12590417.

HSL color Cylindrical-coordinate representation of color #511DC0: hue angle of 259.14º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #511DC0 is Cyan = 0.58, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 81 29 192 -
CMYK 0.58 0.85 0 0.25
HSL 259.14º 0.74% 0.43% -
HSV(B) 259.14º 0.85% 0.75% -
XYZ 13.35 6.43 50.41 -
YUV 63.13 200.73 140.75 -
System Red Green Blue C M Y K H S L
Decimal 81 29 192 0.58 0.85 0 0.25 259.14 0.74 0.43
Hex 51 1D C0 3A 55 0 19 103 4A 2B
Octal 121 35 300 72 125 0 31 403 112 53
Binary 1010001 11101 11000000 111010 1010101 0 11001 100000011 1001010 101011

Color Harmonies of #511DC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #511DC0

Black with #511DC0

Text Example


Text Example

White with #511DC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #511DC0; }

 p { color: rgb(81,29,192); }

 H1.HeaderClassName
 {
   color: #511DC0;
 }
 .AnyTagClassName
 {
   color: #511DC0;
 }
</style>

background-color css

<style>
 a { background-color: #511DC0; }

 a { background-color: rgb(81,29,192); }

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

border-color css

<style>
 span { border-color: #511DC0; }

 span { border-color: rgb(81,29,192); }

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