Html Css Color HEX #752A72 Seance

📋 copy color: '#752A72'

red 117 ◦ green 42 ◦ blue 114

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

Shades of Seance #752A72

Tints of Seance #752A72

RGB

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

 GREEN value IS 42 (16.8% from 255) = 15.38%

 BLUE value IS 114 (44.92% from 255) = 41.76%

R = 42.86%
G = 15.38%
B = 41.76%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.03

 K value IS 0.54

RGB Variations

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

Color information

#752A72 (or 0x752A72) is known color: Seance. HEX triplet: 75, 2A and 72. RGB value is (117,42,114). Sum of RGB (Red+Green+Blue) = 117+42+114=273 (36% of max value = 765). Red value is 117 (46.09% from 255 or 42.86% from 273); Green value is 42 (16.80% from 255 or 15.38% from 273); Blue value is 114 (44.92% from 255 or 41.76% from 273); Max value from RGB is 117 - color contains mainly: red. Hex color #752A72 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #752A72 is #8AD58D. Grayscale: #484848. Windows color (decimal): -9098638 or 7481973. OLE color: 7481973.

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

Color convert

RGB 117 42 114 -
CMYK 0 0.64 0.03 0.54
HSL 302.4º 0.47% 0.31% -
HSV(B) 302.4º 0.64% 0.46% -
XYZ 11.2 6.65 16.61 -
YUV 72.63 151.35 159.65 -
System Red Green Blue C M Y K H S L
Decimal 117 42 114 0 0.64 0.03 0.54 302.4 0.47 0.31
Hex 75 2A 72 0 40 3 36 12E 2F 1F
Octal 165 52 162 0 100 3 66 456 57 37
Binary 1110101 101010 1110010 0 1000000 11 110110 100101110 101111 11111

Color Harmonies of #752A72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752A72

Black with #752A72

Text Example


Text Example

White with #752A72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,42,114); }

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

background-color css

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

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

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

border-color css

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

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

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