Html Css Color HEX #513ACE Purple Heart

📋 copy color: '#513ACE'

red 81 ◦ green 58 ◦ blue 206

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

Shades of Purple Heart #513ACE

Tints of Purple Heart #513ACE

RGB

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

 GREEN value IS 58 (23.05% from 255) = 16.81%

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

R = 23.48%
G = 16.81%
B = 59.71%

CMYK

 C value IS 0.61

 M value IS 0.72

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#513ACE (or 0x513ACE) is known color: Purple Heart. HEX triplet: 51, 3A and CE. RGB value is (81,58,206). Sum of RGB (Red+Green+Blue) = 81+58+206=345 (45% of max value = 765). Red value is 81 (32.03% from 255 or 23.48% from 345); Green value is 58 (23.05% from 255 or 16.81% from 345); Blue value is 206 (80.86% from 255 or 59.71% from 345); Max value from RGB is 206 - color contains mainly: blue. Hex color #513ACE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #513ACE is #AEC531. Grayscale: #515151. Windows color (decimal): -11453746 or 13515345. OLE color: 13515345.

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

Color convert

RGB 81 58 206 -
CMYK 0.61 0.72 0 0.19
HSL 249.32º 0.6% 0.52% -
HSV(B) 249.32º 0.72% 0.81% -
XYZ 16.05 9.23 59.33 -
YUV 81.75 198.12 127.47 -
System Red Green Blue C M Y K H S L
Decimal 81 58 206 0.61 0.72 0 0.19 249.32 0.6 0.52
Hex 51 3A CE 3D 48 0 13 F9 3C 34
Octal 121 72 316 75 110 0 23 371 74 64
Binary 1010001 111010 11001110 111101 1001000 0 10011 11111001 111100 110100

Color Harmonies of #513ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #513ACE

Black with #513ACE

Text Example


Text Example

White with #513ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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