Html Css Color HEX #511CC7 Purple Heart

📋 copy color: '#511CC7'

red 81 ◦ green 28 ◦ blue 199

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

Shades of Purple Heart #511CC7

Tints of Purple Heart #511CC7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 64.61%

R = 26.3%
G = 9.09%
B = 64.61%

CMYK

 C value IS 0.59

 M value IS 0.86

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#511CC7 (or 0x511CC7) is known color: Purple Heart. HEX triplet: 51, 1C and C7. RGB value is (81,28,199). Sum of RGB (Red+Green+Blue) = 81+28+199=308 (40% of max value = 765). Red value is 81 (32.03% from 255 or 26.30% from 308); Green value is 28 (11.33% from 255 or 9.09% from 308); Blue value is 199 (78.12% from 255 or 64.61% from 308); Max value from RGB is 199 - color contains mainly: blue. Hex color #511CC7 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #511CC7 is #AEE338. Grayscale: #3E3E3E. Windows color (decimal): -11461433 or 13048913. OLE color: 13048913.

HSL color Cylindrical-coordinate representation of color #511CC7: hue angle of 258.6º degrees, saturation: 0.75, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #511CC7 is Cyan = 0.59, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 81 28 199 -
CMYK 0.59 0.86 0 0.22
HSL 258.6º 0.75% 0.45% -
HSV(B) 258.6º 0.86% 0.78% -
XYZ 14.12 6.7 54.58 -
YUV 63.34 204.56 140.6 -
System Red Green Blue C M Y K H S L
Decimal 81 28 199 0.59 0.86 0 0.22 258.6 0.75 0.45
Hex 51 1C C7 3B 56 0 16 103 4B 2D
Octal 121 34 307 73 126 0 26 403 113 55
Binary 1010001 11100 11000111 111011 1010110 0 10110 100000011 1001011 101101

Color Harmonies of #511CC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #511CC7

Black with #511CC7

Text Example


Text Example

White with #511CC7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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