#6F1CD9

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

Shades of Purple Heart #6F1CD9

Tints of Purple Heart #6F1CD9

Color information

#6F1CD9 (or 0x6F1CD9) is unknown color: approx Purple Heart. HEX triplet: 6F, 1C and D9. RGB value is (111,28,217). Sum of RGB (Red+Green+Blue) = 111+28+217=356 (47% of max value = 765). Red value is 111 (43.75% from 255 or 31.18% from 356); Green value is 28 (11.33% from 255 or 7.87% from 356); Blue value is 217 (85.16% from 255 or 60.96% from 356); Max value from RGB is 217 - color contains mainly: blue. Hex color #6F1CD9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6F1CD9 is #90E326. Grayscale: #494949. Windows color (decimal): -9495335 or 14228591. OLE color: 14228591.

HSL color Cylindrical-coordinate representation of color #6F1CD9: hue angle of 266.35º degrees, saturation: 0.77, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #6F1CD9 is Cyan = 0.49, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB11128217-
CMYK0.490.8700.15
HSL266.35º77.14%48.04%-
HSV(B)266.35º87.1%85.1%-
XYZ19.59.2266.4-
YUV74.36208.5154.13-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 31.18%
GREEN value IS 28 (11.33% from 255) = 7.87%
BLUE value IS 217 (85.16% from 255) = 60.96%
R=31.18%
G=7.87%
B=60.96%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal111282170.490.8700.15266.3577.1448.04
Hex6F1CD931570F10a4d30
Octal157343316112701741211560
Binary110111111100110110011100011010111011111000010101001101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F1CD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,28,217); }

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

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

 a { background-color: rgb(111,28,217); }

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

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

 span { border-color: rgb(111,28,217); }

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