Html Css Color HEX #513CDA Purple Heart

📋 copy color: '#513CDA'

red 81 ◦ green 60 ◦ blue 218

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

Shades of Purple Heart #513CDA

Tints of Purple Heart #513CDA

RGB

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

 GREEN value IS 60 (23.83% from 255) = 16.71%

 BLUE value IS 218 (85.55% from 255) = 60.72%

R = 22.56%
G = 16.71%
B = 60.72%

CMYK

 C value IS 0.63

 M value IS 0.72

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#513CDA (or 0x513CDA) is known color: Purple Heart. HEX triplet: 51, 3C and DA. RGB value is (81,60,218). Sum of RGB (Red+Green+Blue) = 81+60+218=359 (47% of max value = 765). Red value is 81 (32.03% from 255 or 22.56% from 359); Green value is 60 (23.83% from 255 or 16.71% from 359); Blue value is 218 (85.55% from 255 or 60.72% from 359); Max value from RGB is 218 - color contains mainly: blue. Hex color #513CDA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #513CDA is #AEC325. Grayscale: #535353. Windows color (decimal): -11453222 or 14302289. OLE color: 14302289.

HSL color Cylindrical-coordinate representation of color #513CDA: hue angle of 247.97º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #513CDA is Cyan = 0.63, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 81 60 218 -
CMYK 0.63 0.72 0 0.15
HSL 247.97º 0.68% 0.55% -
HSV(B) 247.97º 0.72% 0.85% -
XYZ 17.66 10.04 67.34 -
YUV 84.29 203.46 125.65 -
System Red Green Blue C M Y K H S L
Decimal 81 60 218 0.63 0.72 0 0.15 247.97 0.68 0.55
Hex 51 3C DA 3F 48 0 F F8 44 37
Octal 121 74 332 77 110 0 17 370 104 67
Binary 1010001 111100 11011010 111111 1001000 0 1111 11111000 1000100 110111

Color Harmonies of #513CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #513CDA

Black with #513CDA

Text Example


Text Example

White with #513CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,60,218); }

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

background-color css

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

 a { background-color: rgb(81,60,218); }

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

border-color css

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

 span { border-color: rgb(81,60,218); }

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