Html Css Color HEX #511CC9 Purple Heart

📋 copy color: '#511CC9'

red 81 ◦ green 28 ◦ blue 201

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

Shades of Purple Heart #511CC9

Tints of Purple Heart #511CC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 64.84%

R = 26.13%
G = 9.03%
B = 64.84%

CMYK

 C value IS 0.60

 M value IS 0.86

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#511CC9 (or 0x511CC9) is known color: Purple Heart. HEX triplet: 51, 1C and C9. RGB value is (81,28,201). Sum of RGB (Red+Green+Blue) = 81+28+201=310 (41% of max value = 765). Red value is 81 (32.03% from 255 or 26.13% from 310); Green value is 28 (11.33% from 255 or 9.03% from 310); Blue value is 201 (78.91% from 255 or 64.84% from 310); Max value from RGB is 201 - color contains mainly: blue. Hex color #511CC9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #511CC9 is #AEE336. Grayscale: #3E3E3E. Windows color (decimal): -11461431 or 13179985. OLE color: 13179985.

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

Color convert

RGB 81 28 201 -
CMYK 0.60 0.86 0 0.21
HSL 258.38º 0.76% 0.45% -
HSV(B) 258.38º 0.86% 0.79% -
XYZ 14.35 6.8 55.81 -
YUV 63.57 205.56 140.43 -
System Red Green Blue C M Y K H S L
Decimal 81 28 201 0.60 0.86 0 0.21 258.38 0.76 0.45
Hex 51 1C C9 3C 56 0 15 102 4C 2D
Octal 121 34 311 74 126 0 25 402 114 55
Binary 1010001 11100 11001001 111100 1010110 0 10101 100000010 1001100 101101

Color Harmonies of #511CC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #511CC9

Black with #511CC9

Text Example


Text Example

White with #511CC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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