#6F1AD1

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

Shades of Purple Heart #6F1AD1

Tints of Purple Heart #6F1AD1

Color information

#6F1AD1 (or 0x6F1AD1) is unknown color: approx Purple Heart. HEX triplet: 6F, 1A and D1. RGB value is (111,26,209). Sum of RGB (Red+Green+Blue) = 111+26+209=346 (45% of max value = 765). Red value is 111 (43.75% from 255 or 32.08% from 346); Green value is 26 (10.55% from 255 or 7.51% from 346); Blue value is 209 (82.03% from 255 or 60.40% from 346); Max value from RGB is 209 - color contains mainly: blue. Hex color #6F1AD1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6F1AD1 is #90E52E. Grayscale: #474747. Windows color (decimal): -9495855 or 13703791. OLE color: 13703791.

HSL color Cylindrical-coordinate representation of color #6F1AD1: hue angle of 267.87º degrees, saturation: 0.78, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #6F1AD1 is Cyan = 0.47, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB11126209-
CMYK0.470.8800.18
HSL267.87º77.87%46.08%-
HSV(B)267.87º87.56%81.96%-
XYZ18.438.7261.03-
YUV72.28205.16155.62-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 32.08%
GREEN value IS 26 (10.55% from 255) = 7.51%
BLUE value IS 209 (82.03% from 255) = 60.40%
R=32.08%
G=7.51%
B=60.40%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal111262090.470.8800.18267.8777.8746.08
Hex6F1AD12F5801210c4e2e
Octal157323215713002241411656
Binary1101111110101101000110111110110000100101000011001001110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F1AD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,26,209); }

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

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

 a { background-color: rgb(111,26,209); }

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

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

 span { border-color: rgb(111,26,209); }

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