#6F42C5

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

Shades of Purple Heart #6F42C5

Tints of Purple Heart #6F42C5

Color information

#6F42C5 (or 0x6F42C5) is unknown color: approx Purple Heart. HEX triplet: 6F, 42 and C5. RGB value is (111,66,197). Sum of RGB (Red+Green+Blue) = 111+66+197=374 (49% of max value = 765). Red value is 111 (43.75% from 255 or 29.68% from 374); Green value is 66 (26.17% from 255 or 17.65% from 374); Blue value is 197 (77.34% from 255 or 52.67% from 374); Max value from RGB is 197 - color contains mainly: blue. Hex color #6F42C5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6F42C5 is #90BD3A. Grayscale: #5D5D5D. Windows color (decimal): -9485627 or 12927599. OLE color: 12927599.

HSL color Cylindrical-coordinate representation of color #6F42C5: hue angle of 260.61º degrees, saturation: 0.53, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #6F42C5 is Cyan = 0.44, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB11166197-
CMYK0.440.6600.23
HSL260.61º53.04%51.57%-
HSV(B)260.61º66.5%77.25%-
XYZ18.5811.3154.03-
YUV94.39185.91139.85-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 29.68%
GREEN value IS 66 (26.17% from 255) = 17.65%
BLUE value IS 197 (77.34% from 255) = 52.67%
R=29.68%
G=17.65%
B=52.67%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal111661970.440.6600.23260.6153.0451.57
Hex6F42C52C420171053534
Octal157102305541020274056564
Binary11011111000010110001011011001000010010111100000101110101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F42C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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