Html Css Color HEX #6816AA Purple Heart

📋 copy color: '#6816AA'

red 104 ◦ green 22 ◦ blue 170

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

Shades of Purple Heart #6816AA

Tints of Purple Heart #6816AA

RGB

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

 GREEN value IS 22 (8.98% from 255) = 7.43%

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

R = 35.14%
G = 7.43%
B = 57.43%

CMYK

 C value IS 0.39

 M value IS 0.87

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6816AA (or 0x6816AA) is known color: Purple Heart. HEX triplet: 68, 16 and AA. RGB value is (104,22,170). Sum of RGB (Red+Green+Blue) = 104+22+170=296 (39% of max value = 765). Red value is 104 (41.02% from 255 or 35.14% from 296); Green value is 22 (8.98% from 255 or 7.43% from 296); Blue value is 170 (66.80% from 255 or 57.43% from 296); Max value from RGB is 170 - color contains mainly: blue. Hex color #6816AA is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6816AA is #97E955. Grayscale: #3E3E3E. Windows color (decimal): -9955670 or 11146856. OLE color: 11146856.

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

Color convert

RGB 104 22 170 -
CMYK 0.39 0.87 0 0.33
HSL 273.24º 0.77% 0.38% -
HSV(B) 273.24º 0.87% 0.67% -
XYZ 13.25 6.42 38.57 -
YUV 63.39 188.17 156.97 -
System Red Green Blue C M Y K H S L
Decimal 104 22 170 0.39 0.87 0 0.33 273.24 0.77 0.38
Hex 68 16 AA 27 57 0 21 111 4D 26
Octal 150 26 252 47 127 0 41 421 115 46
Binary 1101000 10110 10101010 100111 1010111 0 100001 100010001 1001101 100110

Color Harmonies of #6816AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6816AA

Black with #6816AA

Text Example


Text Example

White with #6816AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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