#6800AF

Color #6800AF Purple Heart (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Purple Heart #6800AF

Tints of Purple Heart #6800AF

Color information

#6800AF (or 0x6800AF) is unknown color: approx Purple Heart. HEX triplet: 68, 00 and AF. RGB value is (104,0,175). Sum of RGB (Red+Green+Blue) = 104+0+175=279 (36% of max value = 765). Red value is 104 (41.02% from 255 or 37.28% from 279); Green value is 0 (0.39% from 255 or 0% from 279); Blue value is 175 (68.75% from 255 or 62.72% from 279); Max value from RGB is 175 - color contains mainly: blue. Hex color #6800AF is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6800AF is #97FF50. Grayscale: #323232. Windows color (decimal): -9961297 or 11468904. OLE color: 11468904.

HSL color Cylindrical-coordinate representation of color #6800AF: hue angle of 275.66º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6800AF is Cyan = 0.41, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB1040175-
CMYK0.41100.31
HSL275.66º100%34.31%-
HSV(B)275.66º100%68.63%-
XYZ13.456.0441.01-
YUV51.05197.96165.77-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 37.28%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 175 (68.75% from 255) = 62.72%
R=37.28%
G=0%
B=62.72%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal10401750.41100.31275.6610034.31
Hex680AF296401F1146422
Octal15002575114403742414442
Binary110100001010111110100111001000111111000101001100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6800AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6800AF; }

 p { color: rgb(104,0,175); }

 H1.HeaderClassName
 {
   color: #6800AF;
 }
 .AnyTagClassName
 {
   color: #6800AF;
 }
</style>
background-color css

<style>
 a { background-color: #6800AF; }

 a { background-color: rgb(104,0,175); }

 div.DivClassName
 {
   background-color: #6800AF;
 }
 .BgClassName
 {
   background-color: #6800AF;
 }
</style>
border-color css

<style>
 span { border-color: #6800AF; }

 span { border-color: rgb(104,0,175); }

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