Html Css Color HEX #511ECA Purple Heart

📋 copy color: '#511ECA'

red 81 ◦ green 30 ◦ blue 202

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

Shades of Purple Heart #511ECA

Tints of Purple Heart #511ECA

RGB

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

 GREEN value IS 30 (12.11% from 255) = 9.58%

 BLUE value IS 202 (79.3% from 255) = 64.54%

R = 25.88%
G = 9.58%
B = 64.54%

CMYK

 C value IS 0.60

 M value IS 0.85

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#511ECA (or 0x511ECA) is known color: Purple Heart. HEX triplet: 51, 1E and CA. RGB value is (81,30,202). Sum of RGB (Red+Green+Blue) = 81+30+202=313 (41% of max value = 765). Red value is 81 (32.03% from 255 or 25.88% from 313); Green value is 30 (12.11% from 255 or 9.58% from 313); Blue value is 202 (79.30% from 255 or 64.54% from 313); Max value from RGB is 202 - color contains mainly: blue. Hex color #511ECA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #511ECA is #AEE135. Grayscale: #404040. Windows color (decimal): -11460918 or 13246033. OLE color: 13246033.

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

Color convert

RGB 81 30 202 -
CMYK 0.60 0.85 0 0.21
HSL 257.79º 0.74% 0.45% -
HSV(B) 257.79º 0.85% 0.79% -
XYZ 14.52 6.94 56.45 -
YUV 64.86 205.4 139.51 -
System Red Green Blue C M Y K H S L
Decimal 81 30 202 0.60 0.85 0 0.21 257.79 0.74 0.45
Hex 51 1E CA 3C 55 0 15 102 4A 2D
Octal 121 36 312 74 125 0 25 402 112 55
Binary 1010001 11110 11001010 111100 1010101 0 10101 100000010 1001010 101101

Color Harmonies of #511ECA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #511ECA

Black with #511ECA

Text Example


Text Example

White with #511ECA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,30,202); }

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

background-color css

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

 a { background-color: rgb(81,30,202); }

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

border-color css

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

 span { border-color: rgb(81,30,202); }

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