Html Css Color HEX #511CD0 Purple Heart

📋 copy color: '#511CD0'

red 81 ◦ green 28 ◦ blue 208

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

Shades of Purple Heart #511CD0

Tints of Purple Heart #511CD0

RGB

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

 GREEN value IS 28 (11.33% from 255) = 8.83%

 BLUE value IS 208 (81.64% from 255) = 65.62%

R = 25.55%
G = 8.83%
B = 65.62%

CMYK

 C value IS 0.61

 M value IS 0.87

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#511CD0 (or 0x511CD0) is known color: Purple Heart. HEX triplet: 51, 1C and D0. RGB value is (81,28,208). Sum of RGB (Red+Green+Blue) = 81+28+208=317 (41% of max value = 765). Red value is 81 (32.03% from 255 or 25.55% from 317); Green value is 28 (11.33% from 255 or 8.83% from 317); Blue value is 208 (81.64% from 255 or 65.62% from 317); Max value from RGB is 208 - color contains mainly: blue. Hex color #511CD0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #511CD0 is #AEE32F. Grayscale: #3F3F3F. Windows color (decimal): -11461424 or 13638737. OLE color: 13638737.

HSL color Cylindrical-coordinate representation of color #511CD0: hue angle of 257.67º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #511CD0 is Cyan = 0.61, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 81 28 208 -
CMYK 0.61 0.87 0 0.18
HSL 257.67º 0.76% 0.46% -
HSV(B) 257.67º 0.87% 0.82% -
XYZ 15.19 7.13 60.25 -
YUV 64.37 209.06 139.86 -
System Red Green Blue C M Y K H S L
Decimal 81 28 208 0.61 0.87 0 0.18 257.67 0.76 0.46
Hex 51 1C D0 3D 57 0 12 102 4C 2E
Octal 121 34 320 75 127 0 22 402 114 56
Binary 1010001 11100 11010000 111101 1010111 0 10010 100000010 1001100 101110

Color Harmonies of #511CD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #511CD0

Black with #511CD0

Text Example


Text Example

White with #511CD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,28,208); }

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

background-color css

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

 a { background-color: rgb(81,28,208); }

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

border-color css

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

 span { border-color: rgb(81,28,208); }

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