Html Css Color HEX #513FCE Purple Heart

📋 copy color: '#513FCE'

red 81 ◦ green 63 ◦ blue 206

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

Shades of Purple Heart #513FCE

Tints of Purple Heart #513FCE

RGB

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

 GREEN value IS 63 (25% from 255) = 18%

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

R = 23.14%
G = 18%
B = 58.86%

CMYK

 C value IS 0.61

 M value IS 0.69

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#513FCE (or 0x513FCE) is known color: Purple Heart. HEX triplet: 51, 3F and CE. RGB value is (81,63,206). Sum of RGB (Red+Green+Blue) = 81+63+206=350 (46% of max value = 765). Red value is 81 (32.03% from 255 or 23.14% from 350); Green value is 63 (25% from 255 or 18% from 350); Blue value is 206 (80.86% from 255 or 58.86% from 350); Max value from RGB is 206 - color contains mainly: blue. Hex color #513FCE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #513FCE is #AEC031. Grayscale: #545454. Windows color (decimal): -11452466 or 13516625. OLE color: 13516625.

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

Color convert

RGB 81 63 206 -
CMYK 0.61 0.69 0 0.19
HSL 247.55º 0.59% 0.53% -
HSV(B) 247.55º 0.69% 0.81% -
XYZ 16.31 9.76 59.42 -
YUV 84.68 196.46 125.37 -
System Red Green Blue C M Y K H S L
Decimal 81 63 206 0.61 0.69 0 0.19 247.55 0.59 0.53
Hex 51 3F CE 3D 45 0 13 F8 3B 35
Octal 121 77 316 75 105 0 23 370 73 65
Binary 1010001 111111 11001110 111101 1000101 0 10011 11111000 111011 110101

Color Harmonies of #513FCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #513FCE

Black with #513FCE

Text Example


Text Example

White with #513FCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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