Html Css Color HEX #513DD3 Purple Heart

📋 copy color: '#513DD3'

red 81 ◦ green 61 ◦ blue 211

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

Shades of Purple Heart #513DD3

Tints of Purple Heart #513DD3

RGB

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

 GREEN value IS 61 (24.22% from 255) = 17.28%

 BLUE value IS 211 (82.81% from 255) = 59.77%

R = 22.95%
G = 17.28%
B = 59.77%

CMYK

 C value IS 0.62

 M value IS 0.71

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#513DD3 (or 0x513DD3) is known color: Purple Heart. HEX triplet: 51, 3D and D3. RGB value is (81,61,211). Sum of RGB (Red+Green+Blue) = 81+61+211=353 (46% of max value = 765). Red value is 81 (32.03% from 255 or 22.95% from 353); Green value is 61 (24.22% from 255 or 17.28% from 353); Blue value is 211 (82.81% from 255 or 59.77% from 353); Max value from RGB is 211 - color contains mainly: blue. Hex color #513DD3 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #513DD3 is #AEC22C. Grayscale: #535353. Windows color (decimal): -11452973 or 13843793. OLE color: 13843793.

HSL color Cylindrical-coordinate representation of color #513DD3: hue angle of 248º degrees, saturation: 0.63, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #513DD3 is Cyan = 0.62, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 81 61 211 -
CMYK 0.62 0.71 0 0.17
HSL 248º 0.63% 0.53% -
HSV(B) 248º 0.71% 0.83% -
XYZ 16.82 9.79 62.63 -
YUV 84.08 199.63 125.8 -
System Red Green Blue C M Y K H S L
Decimal 81 61 211 0.62 0.71 0 0.17 248 0.63 0.53
Hex 51 3D D3 3E 47 0 11 F8 3F 35
Octal 121 75 323 76 107 0 21 370 77 65
Binary 1010001 111101 11010011 111110 1000111 0 10001 11111000 111111 110101

Color Harmonies of #513DD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #513DD3

Black with #513DD3

Text Example


Text Example

White with #513DD3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,61,211); }

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

background-color css

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

 a { background-color: rgb(81,61,211); }

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

border-color css

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

 span { border-color: rgb(81,61,211); }

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