Html Css Color HEX #510ECF Purple Heart

📋 copy color: '#510ECF'

red 81 ◦ green 14 ◦ blue 207

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

Shades of Purple Heart #510ECF

Tints of Purple Heart #510ECF

RGB

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

 GREEN value IS 14 (5.86% from 255) = 4.64%

 BLUE value IS 207 (81.25% from 255) = 68.54%

R = 26.82%
G = 4.64%
B = 68.54%

CMYK

 C value IS 0.61

 M value IS 0.93

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#510ECF (or 0x510ECF) is known color: Purple Heart. HEX triplet: 51, 0E and CF. RGB value is (81,14,207). Sum of RGB (Red+Green+Blue) = 81+14+207=302 (40% of max value = 765). Red value is 81 (32.03% from 255 or 26.82% from 302); Green value is 14 (5.86% from 255 or 4.64% from 302); Blue value is 207 (81.25% from 255 or 68.54% from 302); Max value from RGB is 207 - color contains mainly: blue. Hex color #510ECF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #510ECF is #AEF130. Grayscale: #373737. Windows color (decimal): -11465009 or 13569617. OLE color: 13569617.

HSL color Cylindrical-coordinate representation of color #510ECF: hue angle of 260.83º degrees, saturation: 0.87, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #510ECF is Cyan = 0.61, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 81 14 207 -
CMYK 0.61 0.93 0 0.19
HSL 260.83º 0.87% 0.43% -
HSV(B) 260.83º 0.93% 0.81% -
XYZ 14.81 6.57 59.52 -
YUV 56.04 213.2 145.81 -
System Red Green Blue C M Y K H S L
Decimal 81 14 207 0.61 0.93 0 0.19 260.83 0.87 0.43
Hex 51 E CF 3D 5D 0 13 105 57 2B
Octal 121 16 317 75 135 0 23 405 127 53
Binary 1010001 1110 11001111 111101 1011101 0 10011 100000101 1010111 101011

Color Harmonies of #510ECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #510ECF

Black with #510ECF

Text Example


Text Example

White with #510ECF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #510ECF; }

 p { color: rgb(81,14,207); }

 H1.HeaderClassName
 {
   color: #510ECF;
 }
 .AnyTagClassName
 {
   color: #510ECF;
 }
</style>

background-color css

<style>
 a { background-color: #510ECF; }

 a { background-color: rgb(81,14,207); }

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

border-color css

<style>
 span { border-color: #510ECF; }

 span { border-color: rgb(81,14,207); }

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