Html Css Color HEX #6806AC Purple Heart

📋 copy color: '#6806AC'

red 104 ◦ green 6 ◦ blue 172

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

Shades of Purple Heart #6806AC

Tints of Purple Heart #6806AC

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.13%

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

R = 36.88%
G = 2.13%
B = 60.99%

CMYK

 C value IS 0.40

 M value IS 0.97

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6806AC (or 0x6806AC) is known color: Purple Heart. HEX triplet: 68, 06 and AC. RGB value is (104,6,172). Sum of RGB (Red+Green+Blue) = 104+6+172=282 (37% of max value = 765). Red value is 104 (41.02% from 255 or 36.88% from 282); Green value is 6 (2.73% from 255 or 2.13% from 282); Blue value is 172 (67.58% from 255 or 60.99% from 282); Max value from RGB is 172 - color contains mainly: blue. Hex color #6806AC is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6806AC is #97F953. Grayscale: #353535. Windows color (decimal): -9959764 or 11273832. OLE color: 11273832.

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

Color convert

RGB 104 6 172 -
CMYK 0.40 0.97 0 0.33
HSL 275.42º 0.93% 0.35% -
HSV(B) 275.42º 0.97% 0.67% -
XYZ 13.22 6.05 39.5 -
YUV 54.23 194.47 163.5 -
System Red Green Blue C M Y K H S L
Decimal 104 6 172 0.40 0.97 0 0.33 275.42 0.93 0.35
Hex 68 6 AC 28 61 0 21 113 5D 23
Octal 150 6 254 50 141 0 41 423 135 43
Binary 1101000 110 10101100 101000 1100001 0 100001 100010011 1011101 100011

Color Harmonies of #6806AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6806AC

Black with #6806AC

Text Example


Text Example

White with #6806AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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