#6B1FAC

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

Shades of Purple Heart #6B1FAC

Tints of Purple Heart #6B1FAC

Color information

#6B1FAC (or 0x6B1FAC) is unknown color: approx Purple Heart. HEX triplet: 6B, 1F and AC. RGB value is (107,31,172). Sum of RGB (Red+Green+Blue) = 107+31+172=310 (41% of max value = 765). Red value is 107 (42.19% from 255 or 34.52% from 310); Green value is 31 (12.5% from 255 or 10% from 310); Blue value is 172 (67.58% from 255 or 55.48% from 310); Max value from RGB is 172 - color contains mainly: blue. Hex color #6B1FAC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6B1FAC is #94E053. Grayscale: #454545. Windows color (decimal): -9756756 or 11280235. OLE color: 11280235.

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

Color convert

RGB10731172-
CMYK0.380.8200.33
HSL272.34º69.46%39.8%-
HSV(B)272.34º81.98%67.45%-
XYZ147.0839.66-
YUV69.8185.68154.54-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 34.52%
GREEN value IS 31 (12.5% from 255) = 10%
BLUE value IS 172 (67.58% from 255) = 55.48%
R=34.52%
G=10%
B=55.48%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal107311720.380.8200.33272.3469.4639.8
Hex6B1FAC26520211104528
Octal153372544612204142010550
Binary11010111111110101100100110101001001000011000100001000101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B1FAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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