#6f0fc2

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

Shades of Purple Heart #6F0FC2

Tints of Purple Heart #6F0FC2

Color information

#6F0FC2 (or 0x6F0FC2) is unknown color: approx Purple Heart. HEX triplet: 6F, 0F and C2. RGB value is (111,15,194). Sum of RGB (Red+Green+Blue) = 111+15+194=320 (42% of max value = 765). Red value is 111 (43.75% from 255 or 34.69% from 320); Green value is 15 (6.25% from 255 or 4.69% from 320); Blue value is 194 (76.17% from 255 or 60.62% from 320); Max value from RGB is 194 - color contains mainly: blue. Hex color #6F0FC2 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6F0FC2 is #90F03D. Grayscale: #3F3F3F. Windows color (decimal): -9498686 or 12717935. OLE color: 12717935.

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

Color convert

RGB11115194-
CMYK0.430.9200.24
HSL272.18º85.65%40.98%-
HSV(B)272.18º92.27%76.08%-
XYZ16.467.6251.64-
YUV64.11201.3161.45-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 34.69%
GREEN value IS 15 (6.25% from 255) = 4.69%
BLUE value IS 194 (76.17% from 255) = 60.62%
R=34.69%
G=4.69%
B=60.62%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal111151940.430.9200.24272.1885.6540.98
Hex6FFC22B5C0181105629
Octal157173025313403042012651
Binary110111111111100001010101110111000110001000100001010110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6f0fc2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,15,194); }

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

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

 a { background-color: rgb(111,15,194); }

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

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

 span { border-color: rgb(111,15,194); }

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