Html Css Color HEX #6519A7 Purple Heart

📋 copy color: '#6519A7'

red 101 ◦ green 25 ◦ blue 167

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

Shades of Purple Heart #6519A7

Tints of Purple Heart #6519A7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 57%

R = 34.47%
G = 8.53%
B = 57%

CMYK

 C value IS 0.40

 M value IS 0.85

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#6519A7 (or 0x6519A7) is known color: Purple Heart. HEX triplet: 65, 19 and A7. RGB value is (101,25,167). Sum of RGB (Red+Green+Blue) = 101+25+167=293 (38% of max value = 765). Red value is 101 (39.84% from 255 or 34.47% from 293); Green value is 25 (10.16% from 255 or 8.53% from 293); Blue value is 167 (65.62% from 255 or 57.00% from 293); Max value from RGB is 167 - color contains mainly: blue. Hex color #6519A7 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6519A7 is #9AE658. Grayscale: #3F3F3F. Windows color (decimal): -10151513 or 10951013. OLE color: 10951013.

HSL color Cylindrical-coordinate representation of color #6519A7: hue angle of 272.11º degrees, saturation: 0.74, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #6519A7 is Cyan = 0.40, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 101 25 167 -
CMYK 0.40 0.85 0 0.35
HSL 272.11º 0.74% 0.38% -
HSV(B) 272.11º 0.85% 0.65% -
XYZ 12.69 6.25 37.1 -
YUV 63.91 186.18 154.45 -
System Red Green Blue C M Y K H S L
Decimal 101 25 167 0.40 0.85 0 0.35 272.11 0.74 0.38
Hex 65 19 A7 28 55 0 23 110 4A 26
Octal 145 31 247 50 125 0 43 420 112 46
Binary 1100101 11001 10100111 101000 1010101 0 100011 100010000 1001010 100110

Color Harmonies of #6519A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6519A7

Black with #6519A7

Text Example


Text Example

White with #6519A7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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