Html Css Color HEX #511CC8 Purple Heart

📋 copy color: '#511CC8'

red 81 ◦ green 28 ◦ blue 200

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

Shades of Purple Heart #511CC8

Tints of Purple Heart #511CC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 64.72%

R = 26.21%
G = 9.06%
B = 64.72%

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

#511CC8 (or 0x511CC8) is known color: Purple Heart. HEX triplet: 51, 1C and C8. RGB value is (81,28,200). Sum of RGB (Red+Green+Blue) = 81+28+200=309 (40% of max value = 765). Red value is 81 (32.03% from 255 or 26.21% from 309); Green value is 28 (11.33% from 255 or 9.06% from 309); Blue value is 200 (78.52% from 255 or 64.72% from 309); Max value from RGB is 200 - color contains mainly: blue. Hex color #511CC8 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #511CC8 is #AEE337. Grayscale: #3E3E3E. Windows color (decimal): -11461432 or 13114449. OLE color: 13114449.

HSL color Cylindrical-coordinate representation of color #511CC8: hue angle of 258.49º 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 #511CC8 is Cyan = 0.59, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 81 28 200 -
CMYK 0.59 0.86 0 0.22
HSL 258.49º 0.75% 0.45% -
HSV(B) 258.49º 0.86% 0.78% -
XYZ 14.23 6.75 55.2 -
YUV 63.46 205.06 140.51 -
System Red Green Blue C M Y K H S L
Decimal 81 28 200 0.59 0.86 0 0.22 258.49 0.75 0.45
Hex 51 1C C8 3B 56 0 16 102 4B 2D
Octal 121 34 310 73 126 0 26 402 113 55
Binary 1010001 11100 11001000 111011 1010110 0 10110 100000010 1001011 101101

Color Harmonies of #511CC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #511CC8

Black with #511CC8

Text Example


Text Example

White with #511CC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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