Html Css Color HEX #6519AE Purple Heart

📋 copy color: '#6519AE'

red 101 ◦ green 25 ◦ blue 174

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

Shades of Purple Heart #6519AE

Tints of Purple Heart #6519AE

RGB

 RED value IS 101 (39.84% from 255) = 33.67%

 GREEN value IS 25 (10.16% from 255) = 8.33%

 BLUE value IS 174 (68.36% from 255) = 58%

R = 33.67%
G = 8.33%
B = 58%

CMYK

 C value IS 0.42

 M value IS 0.86

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#6519AE (or 0x6519AE) is known color: Purple Heart. HEX triplet: 65, 19 and AE. RGB value is (101,25,174). Sum of RGB (Red+Green+Blue) = 101+25+174=300 (39% of max value = 765). Red value is 101 (39.84% from 255 or 33.67% from 300); Green value is 25 (10.16% from 255 or 8.33% from 300); Blue value is 174 (68.36% from 255 or 58% from 300); Max value from RGB is 174 - color contains mainly: blue. Hex color #6519AE is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6519AE is #9AE651. Grayscale: #404040. Windows color (decimal): -10151506 or 11409765. OLE color: 11409765.

HSL color Cylindrical-coordinate representation of color #6519AE: hue angle of 270.6º degrees, saturation: 0.75, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #6519AE is Cyan = 0.42, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 101 25 174 -
CMYK 0.42 0.86 0 0.32
HSL 270.6º 0.75% 0.39% -
HSV(B) 270.6º 0.86% 0.68% -
XYZ 13.35 6.52 40.6 -
YUV 64.71 189.68 153.88 -
System Red Green Blue C M Y K H S L
Decimal 101 25 174 0.42 0.86 0 0.32 270.6 0.75 0.39
Hex 65 19 AE 2A 56 0 20 10F 4B 27
Octal 145 31 256 52 126 0 40 417 113 47
Binary 1100101 11001 10101110 101010 1010110 0 100000 100001111 1001011 100111

Color Harmonies of #6519AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6519AE

Black with #6519AE

Text Example


Text Example

White with #6519AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6519AE; }

 p { color: rgb(101,25,174); }

 H1.HeaderClassName
 {
   color: #6519AE;
 }
 .AnyTagClassName
 {
   color: #6519AE;
 }
</style>

background-color css

<style>
 a { background-color: #6519AE; }

 a { background-color: rgb(101,25,174); }

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

border-color css

<style>
 span { border-color: #6519AE; }

 span { border-color: rgb(101,25,174); }

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