#6f1cd0

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

Shades of Purple Heart #6F1CD0

Tints of Purple Heart #6F1CD0

Color information

#6F1CD0 (or 0x6F1CD0) is unknown color: approx Purple Heart. HEX triplet: 6F, 1C and D0. RGB value is (111,28,208). Sum of RGB (Red+Green+Blue) = 111+28+208=347 (45% of max value = 765). Red value is 111 (43.75% from 255 or 31.99% from 347); Green value is 28 (11.33% from 255 or 8.07% from 347); Blue value is 208 (81.64% from 255 or 59.94% from 347); Max value from RGB is 208 - color contains mainly: blue. Hex color #6F1CD0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6F1CD0 is #90E32F. Grayscale: #484848. Windows color (decimal): -9495344 or 13638767. OLE color: 13638767.

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

Color convert

RGB11128208-
CMYK0.470.8700.18
HSL267.67º76.27%46.27%-
HSV(B)267.67º86.54%81.57%-
XYZ18.368.7660.4-
YUV73.34204154.86-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 31.99%
GREEN value IS 28 (11.33% from 255) = 8.07%
BLUE value IS 208 (81.64% from 255) = 59.94%
R=31.99%
G=8.07%
B=59.94%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal111282080.470.8700.18267.6776.2746.27
Hex6F1CD02F5701210c4c2e
Octal157343205712702241411456
Binary1101111111001101000010111110101110100101000011001001100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6f1cd0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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