Html Css Color HEX #6812AB Purple Heart

📋 copy color: '#6812AB'

red 104 ◦ green 18 ◦ blue 171

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

Shades of Purple Heart #6812AB

Tints of Purple Heart #6812AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 58.36%

R = 35.49%
G = 6.14%
B = 58.36%

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

#6812AB (or 0x6812AB) is known color: Purple Heart. HEX triplet: 68, 12 and AB. RGB value is (104,18,171). Sum of RGB (Red+Green+Blue) = 104+18+171=293 (38% of max value = 765). Red value is 104 (41.02% from 255 or 35.49% from 293); Green value is 18 (7.42% from 255 or 6.14% from 293); Blue value is 171 (67.19% from 255 or 58.36% from 293); Max value from RGB is 171 - color contains mainly: blue. Hex color #6812AB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6812AB is #97ED54. Grayscale: #3C3C3C. Windows color (decimal): -9956693 or 11211368. OLE color: 11211368.

HSL color Cylindrical-coordinate representation of color #6812AB: hue angle of 273.73º 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 #6812AB is Cyan = 0.39, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 104 18 171 -
CMYK 0.39 0.89 0 0.33
HSL 273.73º 0.81% 0.37% -
HSV(B) 273.73º 0.89% 0.67% -
XYZ 13.28 6.32 39.05 -
YUV 61.16 189.99 158.56 -
System Red Green Blue C M Y K H S L
Decimal 104 18 171 0.39 0.89 0 0.33 273.73 0.81 0.37
Hex 68 12 AB 27 59 0 21 112 51 25
Octal 150 22 253 47 131 0 41 422 121 45
Binary 1101000 10010 10101011 100111 1011001 0 100001 100010010 1010001 100101

Color Harmonies of #6812AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6812AB

Black with #6812AB

Text Example


Text Example

White with #6812AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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