Html Css Color HEX #511CCD Purple Heart

📋 copy color: '#511CCD'

red 81 ◦ green 28 ◦ blue 205

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

Shades of Purple Heart #511CCD

Tints of Purple Heart #511CCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 65.29%

R = 25.8%
G = 8.92%
B = 65.29%

CMYK

 C value IS 0.60

 M value IS 0.86

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#511CCD (or 0x511CCD) is known color: Purple Heart. HEX triplet: 51, 1C and CD. RGB value is (81,28,205). Sum of RGB (Red+Green+Blue) = 81+28+205=314 (41% of max value = 765). Red value is 81 (32.03% from 255 or 25.80% from 314); Green value is 28 (11.33% from 255 or 8.92% from 314); Blue value is 205 (80.47% from 255 or 65.29% from 314); Max value from RGB is 205 - color contains mainly: blue. Hex color #511CCD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #511CCD is #AEE332. Grayscale: #3F3F3F. Windows color (decimal): -11461427 or 13442129. OLE color: 13442129.

HSL color Cylindrical-coordinate representation of color #511CCD: hue angle of 257.97º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #511CCD is Cyan = 0.60, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 81 28 205 -
CMYK 0.60 0.86 0 0.20
HSL 257.97º 0.76% 0.46% -
HSV(B) 257.97º 0.86% 0.8% -
XYZ 14.83 6.99 58.32 -
YUV 64.03 207.56 140.11 -
System Red Green Blue C M Y K H S L
Decimal 81 28 205 0.60 0.86 0 0.20 257.97 0.76 0.46
Hex 51 1C CD 3C 56 0 14 102 4C 2E
Octal 121 34 315 74 126 0 24 402 114 56
Binary 1010001 11100 11001101 111100 1010110 0 10100 100000010 1001100 101110

Color Harmonies of #511CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #511CCD

Black with #511CCD

Text Example


Text Example

White with #511CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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