Html Css Color HEX #510ACE Purple Heart

📋 copy color: '#510ACE'

red 81 ◦ green 10 ◦ blue 206

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

Shades of Purple Heart #510ACE

Tints of Purple Heart #510ACE

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.37%

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

R = 27.27%
G = 3.37%
B = 69.36%

CMYK

 C value IS 0.61

 M value IS 0.95

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#510ACE (or 0x510ACE) is known color: Purple Heart. HEX triplet: 51, 0A and CE. RGB value is (81,10,206). Sum of RGB (Red+Green+Blue) = 81+10+206=297 (39% of max value = 765). Red value is 81 (32.03% from 255 or 27.27% from 297); Green value is 10 (4.30% from 255 or 3.37% from 297); Blue value is 206 (80.86% from 255 or 69.36% from 297); Max value from RGB is 206 - color contains mainly: blue. Hex color #510ACE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #510ACE is #AEF531. Grayscale: #343434. Windows color (decimal): -11466034 or 13503057. OLE color: 13503057.

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

Color convert

RGB 81 10 206 -
CMYK 0.61 0.95 0 0.19
HSL 261.73º 0.91% 0.42% -
HSV(B) 261.73º 0.95% 0.81% -
XYZ 14.64 6.42 58.86 -
YUV 53.57 214.02 147.56 -
System Red Green Blue C M Y K H S L
Decimal 81 10 206 0.61 0.95 0 0.19 261.73 0.91 0.42
Hex 51 A CE 3D 5F 0 13 106 5B 2A
Octal 121 12 316 75 137 0 23 406 133 52
Binary 1010001 1010 11001110 111101 1011111 0 10011 100000110 1011011 101010

Color Harmonies of #510ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #510ACE

Black with #510ACE

Text Example


Text Example

White with #510ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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