Html Css Color HEX #752F6E Seance

📋 copy color: '#752F6E'

red 117 ◦ green 47 ◦ blue 110

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

Shades of Seance #752F6E

Tints of Seance #752F6E

RGB

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

 GREEN value IS 47 (18.75% from 255) = 17.15%

 BLUE value IS 110 (43.36% from 255) = 40.15%

R = 42.7%
G = 17.15%
B = 40.15%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.06

 K value IS 0.54

RGB Variations

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

Color information

#752F6E (or 0x752F6E) is known color: Seance. HEX triplet: 75, 2F and 6E. RGB value is (117,47,110). Sum of RGB (Red+Green+Blue) = 117+47+110=274 (36% of max value = 765). Red value is 117 (46.09% from 255 or 42.70% from 274); Green value is 47 (18.75% from 255 or 17.15% from 274); Blue value is 110 (43.36% from 255 or 40.15% from 274); Max value from RGB is 117 - color contains mainly: red. Hex color #752F6E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #752F6E is #8AD091. Grayscale: #4A4A4A. Windows color (decimal): -9097362 or 7221109. OLE color: 7221109.

HSL color Cylindrical-coordinate representation of color #752F6E: hue angle of 306º degrees, saturation: 0.43, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #752F6E is Cyan = 0, Magento = 0.60, Yellow = 0.06 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 47 110 -
CMYK 0 0.60 0.06 0.54
HSL 306º 0.43% 0.32% -
HSV(B) 306º 0.6% 0.46% -
XYZ 11.17 6.94 15.5 -
YUV 75.11 147.69 157.88 -
System Red Green Blue C M Y K H S L
Decimal 117 47 110 0 0.60 0.06 0.54 306 0.43 0.32
Hex 75 2F 6E 0 3C 6 36 132 2B 20
Octal 165 57 156 0 74 6 66 462 53 40
Binary 1110101 101111 1101110 0 111100 110 110110 100110010 101011 100000

Color Harmonies of #752F6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752F6E

Black with #752F6E

Text Example


Text Example

White with #752F6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,47,110); }

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

background-color css

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

 a { background-color: rgb(117,47,110); }

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

border-color css

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

 span { border-color: rgb(117,47,110); }

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