#740867

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

Shades of Purple #740867

Tints of Purple #740867

Color information

#740867 (or 0x740867) is unknown color: approx Purple. HEX triplet: 74, 08 and 67. RGB value is (116,8,103). Sum of RGB (Red+Green+Blue) = 116+8+103=227 (30% of max value = 765). Red value is 116 (45.70% from 255 or 51.10% from 227); Green value is 8 (3.52% from 255 or 3.52% from 227); Blue value is 103 (40.62% from 255 or 45.37% from 227); Max value from RGB is 116 - color contains mainly: red. Hex color #740867 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #740867 is #8BF798. Grayscale: #323232. Windows color (decimal): -9172889 or 6752372. OLE color: 6752372.

HSL color Cylindrical-coordinate representation of color #740867: hue angle of 307.22º degrees, saturation: 0.87, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #740867 is Cyan = 0, Magento = 0.93, Yellow = 0.11 and Black (K on CMYK) = 0.55.

Color convert

RGB1168103-
CMYK00.930.110.55
HSL307.22º87.1%24.31%-
HSV(B)307.22º93.1%45.49%-
XYZ9.744.8713.26-
YUV51.12157.28174.28-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 51.10%
GREEN value IS 8 (3.52% from 255) = 3.52%
BLUE value IS 103 (40.62% from 255) = 45.37%
R=51.10%
G=3.52%
B=45.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.11
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116810300.930.110.55307.2287.124.31
Hex7486705DB371335718
Octal164101470135136746312730
Binary111010010001100111010111011011110111100110011101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #740867

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #740867; }

 p { color: rgb(116,8,103); }

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

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

 a { background-color: rgb(116,8,103); }

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

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

 span { border-color: rgb(116,8,103); }

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