Html Css Color HEX #6819AC Purple Heart

📋 copy color: '#6819AC'

red 104 ◦ green 25 ◦ blue 172

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

Shades of Purple Heart #6819AC

Tints of Purple Heart #6819AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 57.14%

R = 34.55%
G = 8.31%
B = 57.14%

CMYK

 C value IS 0.40

 M value IS 0.85

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6819AC (or 0x6819AC) is known color: Purple Heart. HEX triplet: 68, 19 and AC. RGB value is (104,25,172). Sum of RGB (Red+Green+Blue) = 104+25+172=301 (39% of max value = 765). Red value is 104 (41.02% from 255 or 34.55% from 301); Green value is 25 (10.16% from 255 or 8.31% from 301); Blue value is 172 (67.58% from 255 or 57.14% from 301); Max value from RGB is 172 - color contains mainly: blue. Hex color #6819AC is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6819AC is #97E653. Grayscale: #404040. Windows color (decimal): -9954900 or 11278696. OLE color: 11278696.

HSL color Cylindrical-coordinate representation of color #6819AC: hue angle of 272.24º degrees, saturation: 0.75, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #6819AC is Cyan = 0.40, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 104 25 172 -
CMYK 0.40 0.85 0 0.33
HSL 272.24º 0.75% 0.39% -
HSV(B) 272.24º 0.85% 0.67% -
XYZ 13.5 6.62 39.6 -
YUV 65.38 188.17 155.55 -
System Red Green Blue C M Y K H S L
Decimal 104 25 172 0.40 0.85 0 0.33 272.24 0.75 0.39
Hex 68 19 AC 28 55 0 21 110 4B 27
Octal 150 31 254 50 125 0 41 420 113 47
Binary 1101000 11001 10101100 101000 1010101 0 100001 100010000 1001011 100111

Color Harmonies of #6819AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6819AC

Black with #6819AC

Text Example


Text Example

White with #6819AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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