Html Css Color HEX #742875 Seance

📋 copy color: '#742875'

red 116 ◦ green 40 ◦ blue 117

#742875
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Seance #742875

Tints of Seance #742875

RGB

 RED value IS 116 (45.7% 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 value IS 0.01

 M value IS 0.66

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#742875 (or 0x742875) is known color: 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

RGB 116 40 117 -
CMYK 0.01 0.66 0 0.54
HSL 299.22º 0.49% 0.31% -
HSV(B) 299.22º 0.66% 0.46% -
XYZ 11.17 6.51 17.5 -
YUV 71.5 153.68 159.74 -
System Red Green Blue C M Y K H S L
Decimal 116 40 117 0.01 0.66 0 0.54 299.22 0.49 0.31
Hex 74 28 75 1 42 0 36 12B 31 1F
Octal 164 50 165 1 102 0 66 453 61 37
Binary 1110100 101000 1110101 1 1000010 0 110110 100101011 110001 11111

Color Harmonies of #742875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #742875

Black with #742875

Text Example


Text Example

White with #742875

Text Example


Text Example

HTML Codes & Css Web 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>