#742875

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

Shades of Seance #742875

Tints of Seance #742875

Color information

#742875 (or 0x742875) is unknown color: approx Seance. HEX triplet: 74, 28 and 75. RGB value is (116,40,117). Sum of RGB (Red+Green+Blue) = 116+40+117=273 (36% of max value = 765). Red value is 116 (45.70% from 255 or 42.49% from 273); Green value is 40 (16.02% from 255 or 14.65% from 273); Blue value is 117 (46.09% from 255 or 42.86% from 273); Max value from RGB is 117 - color contains mainly: blue. Hex color #742875 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #742875 is #8BD78A. Grayscale: #474747. Windows color (decimal): -9164683 or 7678068. OLE color: 7678068.

HSL color Cylindrical-coordinate representation of color #742875: hue angle of 299.22º degrees, saturation: 0.49, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #742875 is Cyan = 0.01, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB11640117-
CMYK0.010.6600.54
HSL299.22º49.04%30.78%-
HSV(B)299.22º65.81%45.88%-
XYZ11.176.5117.5-
YUV71.5153.68159.74-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 42.49%
GREEN value IS 40 (16.02% from 255) = 14.65%
BLUE value IS 117 (46.09% from 255) = 42.86%
R=42.49%
G=14.65%
B=42.86%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal116401170.010.6600.54299.2249.0430.78
Hex74287514203612b311f
Octal1645016511020664536137
Binary1110100101000111010111000010011011010010101111000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #742875

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #742875; }

 p { color: rgb(116,40,117); }

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

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

 a { background-color: rgb(116,40,117); }

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

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

 span { border-color: rgb(116,40,117); }

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