Html Css Color HEX #752F6F Seance

📋 copy color: '#752F6F'

red 117 ◦ green 47 ◦ blue 111

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

Shades of Seance #752F6F

Tints of Seance #752F6F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 40.36%

R = 42.55%
G = 17.09%
B = 40.36%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.05

 K value IS 0.54

RGB Variations

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

Color information

#752F6F (or 0x752F6F) is known color: Seance. HEX triplet: 75, 2F and 6F. RGB value is (117,47,111). Sum of RGB (Red+Green+Blue) = 117+47+111=275 (36% of max value = 765). Red value is 117 (46.09% from 255 or 42.55% from 275); Green value is 47 (18.75% from 255 or 17.09% from 275); Blue value is 111 (43.75% from 255 or 40.36% from 275); Max value from RGB is 117 - color contains mainly: red. Hex color #752F6F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #752F6F is #8AD090. Grayscale: #4B4B4B. Windows color (decimal): -9097361 or 7286645. OLE color: 7286645.

HSL color Cylindrical-coordinate representation of color #752F6F: hue angle of 305.14º 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 #752F6F is Cyan = 0, Magento = 0.60, Yellow = 0.05 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 47 111 -
CMYK 0 0.60 0.05 0.54
HSL 305.14º 0.43% 0.32% -
HSV(B) 305.14º 0.6% 0.46% -
XYZ 11.22 6.96 15.79 -
YUV 75.23 148.19 157.8 -
System Red Green Blue C M Y K H S L
Decimal 117 47 111 0 0.60 0.05 0.54 305.14 0.43 0.32
Hex 75 2F 6F 0 3C 5 36 131 2B 20
Octal 165 57 157 0 74 5 66 461 53 40
Binary 1110101 101111 1101111 0 111100 101 110110 100110001 101011 100000

Color Harmonies of #752F6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752F6F

Black with #752F6F

Text Example


Text Example

White with #752F6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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