Html Css Color HEX #513ACD Purple Heart

📋 copy color: '#513ACD'

red 81 ◦ green 58 ◦ blue 205

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

Shades of Purple Heart #513ACD

Tints of Purple Heart #513ACD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 59.59%

R = 23.55%
G = 16.86%
B = 59.59%

CMYK

 C value IS 0.60

 M value IS 0.72

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#513ACD (or 0x513ACD) is known color: Purple Heart. HEX triplet: 51, 3A and CD. RGB value is (81,58,205). Sum of RGB (Red+Green+Blue) = 81+58+205=344 (45% of max value = 765). Red value is 81 (32.03% from 255 or 23.55% from 344); Green value is 58 (23.05% from 255 or 16.86% from 344); Blue value is 205 (80.47% from 255 or 59.59% from 344); Max value from RGB is 205 - color contains mainly: blue. Hex color #513ACD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #513ACD is #AEC532. Grayscale: #515151. Windows color (decimal): -11453747 or 13449809. OLE color: 13449809.

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

Color convert

RGB 81 58 205 -
CMYK 0.60 0.72 0 0.20
HSL 249.39º 0.6% 0.52% -
HSV(B) 249.39º 0.72% 0.8% -
XYZ 15.93 9.18 58.69 -
YUV 81.64 197.62 127.55 -
System Red Green Blue C M Y K H S L
Decimal 81 58 205 0.60 0.72 0 0.20 249.39 0.6 0.52
Hex 51 3A CD 3C 48 0 14 F9 3C 34
Octal 121 72 315 74 110 0 24 371 74 64
Binary 1010001 111010 11001101 111100 1001000 0 10100 11111001 111100 110100

Color Harmonies of #513ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #513ACD

Black with #513ACD

Text Example


Text Example

White with #513ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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