#6B0FAC

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

Shades of Purple Heart #6B0FAC

Tints of Purple Heart #6B0FAC

Color information

#6B0FAC (or 0x6B0FAC) is unknown color: approx Purple Heart. HEX triplet: 6B, 0F and AC. RGB value is (107,15,172). Sum of RGB (Red+Green+Blue) = 107+15+172=294 (38% of max value = 765). Red value is 107 (42.19% from 255 or 36.39% from 294); Green value is 15 (6.25% from 255 or 5.10% 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 #6B0FAC is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6B0FAC is #94F053. Grayscale: #3B3B3B. Windows color (decimal): -9760852 or 11276139. OLE color: 11276139.

HSL color Cylindrical-coordinate representation of color #6B0FAC: hue angle of 275.16º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #6B0FAC is Cyan = 0.38, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB10715172-
CMYK0.380.9100.33
HSL275.16º83.96%36.67%-
HSV(B)275.16º91.28%67.45%-
XYZ13.686.4539.55-
YUV60.41190.98161.23-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 36.39%
GREEN value IS 15 (6.25% from 255) = 5.10%
BLUE value IS 172 (67.58% from 255) = 58.50%
R=36.39%
G=5.10%
B=58.50%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal107151720.380.9100.33275.1683.9636.67
Hex6BFAC265B0211135425
Octal153172544613304142312445
Binary1101011111110101100100110101101101000011000100111010100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B0FAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6B0FAC; }

 p { color: rgb(107,15,172); }

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

<style>
 a { background-color: #6B0FAC; }

 a { background-color: rgb(107,15,172); }

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

<style>
 span { border-color: #6B0FAC; }

 span { border-color: rgb(107,15,172); }

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