Html Css Color HEX #6812AA Purple Heart

📋 copy color: '#6812AA'

red 104 ◦ green 18 ◦ blue 170

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

Shades of Purple Heart #6812AA

Tints of Purple Heart #6812AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 58.22%

R = 35.62%
G = 6.16%
B = 58.22%

CMYK

 C value IS 0.39

 M value IS 0.89

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6812AA (or 0x6812AA) is known color: Purple Heart. HEX triplet: 68, 12 and AA. RGB value is (104,18,170). Sum of RGB (Red+Green+Blue) = 104+18+170=292 (38% of max value = 765). Red value is 104 (41.02% from 255 or 35.62% from 292); Green value is 18 (7.42% from 255 or 6.16% from 292); Blue value is 170 (66.80% from 255 or 58.22% from 292); Max value from RGB is 170 - color contains mainly: blue. Hex color #6812AA is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6812AA is #97ED55. Grayscale: #3C3C3C. Windows color (decimal): -9956694 or 11145832. OLE color: 11145832.

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

Color convert

RGB 104 18 170 -
CMYK 0.39 0.89 0 0.33
HSL 273.95º 0.81% 0.37% -
HSV(B) 273.95º 0.89% 0.67% -
XYZ 13.18 6.28 38.55 -
YUV 61.04 189.49 158.64 -
System Red Green Blue C M Y K H S L
Decimal 104 18 170 0.39 0.89 0 0.33 273.95 0.81 0.37
Hex 68 12 AA 27 59 0 21 112 51 25
Octal 150 22 252 47 131 0 41 422 121 45
Binary 1101000 10010 10101010 100111 1011001 0 100001 100010010 1010001 100101

Color Harmonies of #6812AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6812AA

Black with #6812AA

Text Example


Text Example

White with #6812AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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