#6F2CC3

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

Shades of Purple Heart #6F2CC3

Tints of Purple Heart #6F2CC3

Color information

#6F2CC3 (or 0x6F2CC3) is unknown color: approx Purple Heart. HEX triplet: 6F, 2C and C3. RGB value is (111,44,195). Sum of RGB (Red+Green+Blue) = 111+44+195=350 (46% of max value = 765). Red value is 111 (43.75% from 255 or 31.71% from 350); Green value is 44 (17.58% from 255 or 12.57% from 350); Blue value is 195 (76.56% from 255 or 55.71% from 350); Max value from RGB is 195 - color contains mainly: blue. Hex color #6F2CC3 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6F2CC3 is #90D33C. Grayscale: #505050. Windows color (decimal): -9491261 or 12790895. OLE color: 12790895.

HSL color Cylindrical-coordinate representation of color #6F2CC3: hue angle of 266.62º degrees, saturation: 0.63, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #6F2CC3 is Cyan = 0.43, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB11144195-
CMYK0.430.7700.24
HSL266.62º63.18%46.86%-
HSV(B)266.62º77.44%76.47%-
XYZ17.319.1252.48-
YUV81.25192.2149.22-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 31.71%
GREEN value IS 44 (17.58% from 255) = 12.57%
BLUE value IS 195 (76.56% from 255) = 55.71%
R=31.71%
G=12.57%
B=55.71%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal111441950.430.7700.24266.6263.1846.86
Hex6F2CC32B4D01810b3f2f
Octal15754303531150304137757
Binary1101111101100110000111010111001101011000100001011111111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F2CC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,44,195); }

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

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

 a { background-color: rgb(111,44,195); }

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

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

 span { border-color: rgb(111,44,195); }

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