Html Css Color HEX #752675 Seance

📋 copy color: '#752675'

red 117 ◦ green 38 ◦ blue 117

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

Shades of Seance #752675

Tints of Seance #752675

RGB

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

 GREEN value IS 38 (15.23% from 255) = 13.97%

 BLUE value IS 117 (46.09% from 255) = 43.01%

R = 43.01%
G = 13.97%
B = 43.01%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#752675 (or 0x752675) is known color: Seance. HEX triplet: 75, 26 and 75. RGB value is (117,38,117). Sum of RGB (Red+Green+Blue) = 117+38+117=272 (36% of max value = 765). Red value is 117 (46.09% from 255 or 43.01% from 272); Green value is 38 (15.23% from 255 or 13.97% from 272); Blue value is 117 (46.09% from 255 or 43.01% from 272); Max value from RGB is 117 - color contains mainly: red, blue. Hex color #752675 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #752675 is #8AD98A. Grayscale: #464646. Windows color (decimal): -9099659 or 7677557. OLE color: 7677557.

HSL color Cylindrical-coordinate representation of color #752675: hue angle of 300º degrees, saturation: 0.51, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #752675 is Cyan = 0, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 38 117 -
CMYK 0 0.68 0 0.54
HSL 300º 0.51% 0.3% -
HSV(B) 300º 0.68% 0.46% -
XYZ 11.24 6.45 17.48 -
YUV 70.63 154.17 161.08 -
System Red Green Blue C M Y K H S L
Decimal 117 38 117 0 0.68 0 0.54 300 0.51 0.3
Hex 75 26 75 0 44 0 36 12C 33 1E
Octal 165 46 165 0 104 0 66 454 63 36
Binary 1110101 100110 1110101 0 1000100 0 110110 100101100 110011 11110

Color Harmonies of #752675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752675

Black with #752675

Text Example


Text Example

White with #752675

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #752675; }

 p { color: rgb(117,38,117); }

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

background-color css

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

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

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

border-color css

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

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

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