Html Css Color HEX #6819AE Purple Heart

📋 copy color: '#6819AE'

red 104 ◦ green 25 ◦ blue 174

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

Shades of Purple Heart #6819AE

Tints of Purple Heart #6819AE

RGB

 RED value IS 104 (41.02% from 255) = 34.32%

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

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

R = 34.32%
G = 8.25%
B = 57.43%

CMYK

 C value IS 0.40

 M value IS 0.86

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#6819AE (or 0x6819AE) is known color: Purple Heart. HEX triplet: 68, 19 and AE. RGB value is (104,25,174). Sum of RGB (Red+Green+Blue) = 104+25+174=303 (40% of max value = 765). Red value is 104 (41.02% from 255 or 34.32% from 303); Green value is 25 (10.16% from 255 or 8.25% from 303); Blue value is 174 (68.36% from 255 or 57.43% from 303); Max value from RGB is 174 - color contains mainly: blue. Hex color #6819AE is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6819AE is #97E651. Grayscale: #414141. Windows color (decimal): -9954898 or 11409768. OLE color: 11409768.

HSL color Cylindrical-coordinate representation of color #6819AE: hue angle of 271.81º 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 #6819AE is Cyan = 0.40, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 104 25 174 -
CMYK 0.40 0.86 0 0.32
HSL 271.81º 0.75% 0.39% -
HSV(B) 271.81º 0.86% 0.68% -
XYZ 13.7 6.69 40.61 -
YUV 65.61 189.17 155.38 -
System Red Green Blue C M Y K H S L
Decimal 104 25 174 0.40 0.86 0 0.32 271.81 0.75 0.39
Hex 68 19 AE 28 56 0 20 110 4B 27
Octal 150 31 256 50 126 0 40 420 113 47
Binary 1101000 11001 10101110 101000 1010110 0 100000 100010000 1001011 100111

Color Harmonies of #6819AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6819AE

Black with #6819AE

Text Example


Text Example

White with #6819AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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