Html Css Color HEX #752E74 Seance

📋 copy color: '#752E74'

red 117 ◦ green 46 ◦ blue 116

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

Shades of Seance #752E74

Tints of Seance #752E74

RGB

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

 GREEN value IS 46 (18.36% from 255) = 16.49%

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

R = 41.94%
G = 16.49%
B = 41.58%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.01

 K value IS 0.54

RGB Variations

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

Color information

#752E74 (or 0x752E74) is known color: Seance. HEX triplet: 75, 2E and 74. RGB value is (117,46,116). Sum of RGB (Red+Green+Blue) = 117+46+116=279 (36% of max value = 765). Red value is 117 (46.09% from 255 or 41.94% from 279); Green value is 46 (18.36% from 255 or 16.49% from 279); Blue value is 116 (45.70% from 255 or 41.58% from 279); Max value from RGB is 117 - color contains mainly: red. Hex color #752E74 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #752E74 is #8AD18B. Grayscale: #4B4B4B. Windows color (decimal): -9097612 or 7614069. OLE color: 7614069.

HSL color Cylindrical-coordinate representation of color #752E74: hue angle of 300.85º degrees, saturation: 0.44, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #752E74 is Cyan = 0, Magento = 0.61, Yellow = 0.01 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 46 116 -
CMYK 0 0.61 0.01 0.54
HSL 300.85º 0.44% 0.32% -
HSV(B) 300.85º 0.61% 0.46% -
XYZ 11.47 7 17.27 -
YUV 75.21 151.02 157.81 -
System Red Green Blue C M Y K H S L
Decimal 117 46 116 0 0.61 0.01 0.54 300.85 0.44 0.32
Hex 75 2E 74 0 3D 1 36 12D 2C 20
Octal 165 56 164 0 75 1 66 455 54 40
Binary 1110101 101110 1110100 0 111101 1 110110 100101101 101100 100000

Color Harmonies of #752E74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752E74

Black with #752E74

Text Example


Text Example

White with #752E74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #752E74; }

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

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

background-color css

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

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

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

border-color css

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

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

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