Html Css Color HEX #752178 Seance

📋 copy color: '#752178'

red 117 ◦ green 33 ◦ blue 120

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

Shades of Seance #752178

Tints of Seance #752178

RGB

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

 GREEN value IS 33 (13.28% from 255) = 12.22%

 BLUE value IS 120 (47.27% from 255) = 44.44%

R = 43.33%
G = 12.22%
B = 44.44%

CMYK

 C value IS 0.02

 M value IS 0.72

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#752178 (or 0x752178) is known color: Seance. HEX triplet: 75, 21 and 78. RGB value is (117,33,120). Sum of RGB (Red+Green+Blue) = 117+33+120=270 (35% of max value = 765). Red value is 117 (46.09% from 255 or 43.33% from 270); Green value is 33 (13.28% from 255 or 12.22% from 270); Blue value is 120 (47.27% from 255 or 44.44% from 270); Max value from RGB is 120 - color contains mainly: blue. Hex color #752178 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #752178 is #8ADE87. Grayscale: #434343. Windows color (decimal): -9100936 or 7872885. OLE color: 7872885.

HSL color Cylindrical-coordinate representation of color #752178: hue angle of 297.93º degrees, saturation: 0.57, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #752178 is Cyan = 0.02, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 117 33 120 -
CMYK 0.02 0.72 0 0.53
HSL 297.93º 0.57% 0.3% -
HSV(B) 297.93º 0.73% 0.47% -
XYZ 11.27 6.23 18.38 -
YUV 68.03 157.33 162.93 -
System Red Green Blue C M Y K H S L
Decimal 117 33 120 0.02 0.72 0 0.53 297.93 0.57 0.3
Hex 75 21 78 2 48 0 35 12A 39 1E
Octal 165 41 170 2 110 0 65 452 71 36
Binary 1110101 100001 1111000 10 1001000 0 110101 100101010 111001 11110

Color Harmonies of #752178

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752178

Black with #752178

Text Example


Text Example

White with #752178

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #752178; }

 p { color: rgb(117,33,120); }

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

background-color css

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

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

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

border-color css

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

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

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