Html Css Color HEX #752B74 Seance

📋 copy color: '#752B74'

red 117 ◦ green 43 ◦ blue 116

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

Shades of Seance #752B74

Tints of Seance #752B74

RGB

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

 GREEN value IS 43 (17.19% from 255) = 15.58%

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

R = 42.39%
G = 15.58%
B = 42.03%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.01

 K value IS 0.54

RGB Variations

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

Color information

#752B74 (or 0x752B74) is known color: Seance. HEX triplet: 75, 2B and 74. RGB value is (117,43,116). Sum of RGB (Red+Green+Blue) = 117+43+116=276 (36% of max value = 765). Red value is 117 (46.09% from 255 or 42.39% from 276); Green value is 43 (17.19% from 255 or 15.58% from 276); Blue value is 116 (45.70% from 255 or 42.03% from 276); Max value from RGB is 117 - color contains mainly: red. Hex color #752B74 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #752B74 is #8AD48B. Grayscale: #494949. Windows color (decimal): -9098380 or 7613301. OLE color: 7613301.

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

Color convert

RGB 117 43 116 -
CMYK 0 0.63 0.01 0.54
HSL 300.81º 0.46% 0.31% -
HSV(B) 300.81º 0.63% 0.46% -
XYZ 11.35 6.77 17.23 -
YUV 73.45 152.02 159.06 -
System Red Green Blue C M Y K H S L
Decimal 117 43 116 0 0.63 0.01 0.54 300.81 0.46 0.31
Hex 75 2B 74 0 3F 1 36 12D 2E 1F
Octal 165 53 164 0 77 1 66 455 56 37
Binary 1110101 101011 1110100 0 111111 1 110110 100101101 101110 11111

Color Harmonies of #752B74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752B74

Black with #752B74

Text Example


Text Example

White with #752B74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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