#6F0CBA

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

Shades of Purple Heart #6F0CBA

Tints of Purple Heart #6F0CBA

Color information

#6F0CBA (or 0x6F0CBA) is unknown color: approx Purple Heart. HEX triplet: 6F, 0C and BA. RGB value is (111,12,186). Sum of RGB (Red+Green+Blue) = 111+12+186=309 (40% of max value = 765). Red value is 111 (43.75% from 255 or 35.92% from 309); Green value is 12 (5.08% from 255 or 3.88% from 309); Blue value is 186 (73.05% from 255 or 60.19% from 309); Max value from RGB is 186 - color contains mainly: blue. Hex color #6F0CBA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6F0CBA is #90F345. Grayscale: #3C3C3C. Windows color (decimal): -9499462 or 12192879. OLE color: 12192879.

HSL color Cylindrical-coordinate representation of color #6F0CBA: hue angle of 274.14º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #6F0CBA is Cyan = 0.40, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB11112186-
CMYK0.400.9400.27
HSL274.14º87.88%38.82%-
HSV(B)274.14º93.55%72.94%-
XYZ15.557.1947.02-
YUV61.44198.3163.35-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 35.92%
GREEN value IS 12 (5.08% from 255) = 3.88%
BLUE value IS 186 (73.05% from 255) = 60.19%
R=35.92%
G=3.88%
B=60.19%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal111121860.400.9400.27274.1487.8838.82
Hex6FCBA285E01B1125827
Octal157142725013603342213047
Binary110111111001011101010100010111100110111000100101011000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F0CBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,12,186); }

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

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

 a { background-color: rgb(111,12,186); }

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

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

 span { border-color: rgb(111,12,186); }

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