Html Css Color HEX #752874 Seance

📋 copy color: '#752874'

red 117 ◦ green 40 ◦ blue 116

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

Shades of Seance #752874

Tints of Seance #752874

RGB

 RED value IS 117 (46.09% from 255) = 42.86%

 GREEN value IS 40 (16.02% from 255) = 14.65%

 BLUE value IS 116 (45.7% from 255) = 42.49%

R = 42.86%
G = 14.65%
B = 42.49%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.01

 K value IS 0.54

RGB Variations

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

Color information

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

HSL color Cylindrical-coordinate representation of color #752874: hue angle of 300.78º 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 #752874 is Cyan = 0, Magento = 0.66, Yellow = 0.01 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 40 116 -
CMYK 0 0.66 0.01 0.54
HSL 300.78º 0.49% 0.31% -
HSV(B) 300.78º 0.66% 0.46% -
XYZ 11.25 6.56 17.2 -
YUV 71.69 153.01 160.32 -
System Red Green Blue C M Y K H S L
Decimal 117 40 116 0 0.66 0.01 0.54 300.78 0.49 0.31
Hex 75 28 74 0 42 1 36 12D 31 1F
Octal 165 50 164 0 102 1 66 455 61 37
Binary 1110101 101000 1110100 0 1000010 1 110110 100101101 110001 11111

Color Harmonies of #752874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752874

Black with #752874

Text Example


Text Example

White with #752874

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #752874; }

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

 H1.HeaderClassName
 {
   color: #752874;
 }
 .AnyTagClassName
 {
   color: #752874;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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