#6F42C0

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

Shades of Purple Heart #6F42C0

Tints of Purple Heart #6F42C0

Color information

#6F42C0 (or 0x6F42C0) is unknown color: approx Purple Heart. HEX triplet: 6F, 42 and C0. RGB value is (111,66,192). Sum of RGB (Red+Green+Blue) = 111+66+192=369 (48% of max value = 765). Red value is 111 (43.75% from 255 or 30.08% from 369); Green value is 66 (26.17% from 255 or 17.89% from 369); Blue value is 192 (75.39% from 255 or 52.03% from 369); Max value from RGB is 192 - color contains mainly: blue. Hex color #6F42C0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6F42C0 is #90BD3F. Grayscale: #5D5D5D. Windows color (decimal): -9485632 or 12599919. OLE color: 12599919.

HSL color Cylindrical-coordinate representation of color #6F42C0: hue angle of 261.43º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #6F42C0 is Cyan = 0.42, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB11166192-
CMYK0.420.6600.25
HSL261.43º50%50.59%-
HSV(B)261.43º65.62%75.29%-
XYZ18.0211.0851.06-
YUV93.82183.41140.25-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 30.08%
GREEN value IS 66 (26.17% from 255) = 17.89%
BLUE value IS 192 (75.39% from 255) = 52.03%
R=30.08%
G=17.89%
B=52.03%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal111661920.420.6600.25261.435050.59
Hex6F42C02A420191053233
Octal157102300521020314056263
Binary11011111000010110000001010101000010011001100000101110010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F42C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,66,192); }

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

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

 a { background-color: rgb(111,66,192); }

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

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

 span { border-color: rgb(111,66,192); }

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