Html Css Color HEX #6812AC Purple Heart

📋 copy color: '#6812AC'

red 104 ◦ green 18 ◦ blue 172

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

Shades of Purple Heart #6812AC

Tints of Purple Heart #6812AC

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.12%

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

R = 35.37%
G = 6.12%
B = 58.5%

CMYK

 C value IS 0.40

 M value IS 0.90

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6812AC (or 0x6812AC) is known color: Purple Heart. HEX triplet: 68, 12 and AC. RGB value is (104,18,172). Sum of RGB (Red+Green+Blue) = 104+18+172=294 (38% of max value = 765). Red value is 104 (41.02% from 255 or 35.37% from 294); Green value is 18 (7.42% from 255 or 6.12% from 294); Blue value is 172 (67.58% from 255 or 58.50% from 294); Max value from RGB is 172 - color contains mainly: blue. Hex color #6812AC is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6812AC is #97ED53. Grayscale: #3C3C3C. Windows color (decimal): -9956692 or 11276904. OLE color: 11276904.

HSL color Cylindrical-coordinate representation of color #6812AC: hue angle of 273.51º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6812AC is Cyan = 0.40, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 104 18 172 -
CMYK 0.40 0.90 0 0.33
HSL 273.51º 0.81% 0.37% -
HSV(B) 273.51º 0.9% 0.67% -
XYZ 13.37 6.35 39.55 -
YUV 61.27 190.49 158.48 -
System Red Green Blue C M Y K H S L
Decimal 104 18 172 0.40 0.90 0 0.33 273.51 0.81 0.37
Hex 68 12 AC 28 5A 0 21 112 51 25
Octal 150 22 254 50 132 0 41 422 121 45
Binary 1101000 10010 10101100 101000 1011010 0 100001 100010010 1010001 100101

Color Harmonies of #6812AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6812AC

Black with #6812AC

Text Example


Text Example

White with #6812AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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