Html Css Color HEX #513ECE Purple Heart

📋 copy color: '#513ECE'

red 81 ◦ green 62 ◦ blue 206

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

Shades of Purple Heart #513ECE

Tints of Purple Heart #513ECE

RGB

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

 GREEN value IS 62 (24.61% from 255) = 17.77%

 BLUE value IS 206 (80.86% from 255) = 59.03%

R = 23.21%
G = 17.77%
B = 59.03%

CMYK

 C value IS 0.61

 M value IS 0.70

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#513ECE (or 0x513ECE) is known color: Purple Heart. HEX triplet: 51, 3E and CE. RGB value is (81,62,206). Sum of RGB (Red+Green+Blue) = 81+62+206=349 (46% of max value = 765). Red value is 81 (32.03% from 255 or 23.21% from 349); Green value is 62 (24.61% from 255 or 17.77% from 349); Blue value is 206 (80.86% from 255 or 59.03% from 349); Max value from RGB is 206 - color contains mainly: blue. Hex color #513ECE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #513ECE is #AEC131. Grayscale: #535353. Windows color (decimal): -11452722 or 13516369. OLE color: 13516369.

HSL color Cylindrical-coordinate representation of color #513ECE: hue angle of 247.92º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #513ECE is Cyan = 0.61, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 81 62 206 -
CMYK 0.61 0.70 0 0.19
HSL 247.92º 0.6% 0.53% -
HSV(B) 247.92º 0.7% 0.81% -
XYZ 16.26 9.65 59.4 -
YUV 84.1 196.79 125.79 -
System Red Green Blue C M Y K H S L
Decimal 81 62 206 0.61 0.70 0 0.19 247.92 0.6 0.53
Hex 51 3E CE 3D 46 0 13 F8 3C 35
Octal 121 76 316 75 106 0 23 370 74 65
Binary 1010001 111110 11001110 111101 1000110 0 10011 11111000 111100 110101

Color Harmonies of #513ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #513ECE

Black with #513ECE

Text Example


Text Example

White with #513ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #513ECE; }

 p { color: rgb(81,62,206); }

 H1.HeaderClassName
 {
   color: #513ECE;
 }
 .AnyTagClassName
 {
   color: #513ECE;
 }
</style>

background-color css

<style>
 a { background-color: #513ECE; }

 a { background-color: rgb(81,62,206); }

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

border-color css

<style>
 span { border-color: #513ECE; }

 span { border-color: rgb(81,62,206); }

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