Html Css Color HEX #752277 Seance

📋 copy color: '#752277'

red 117 ◦ green 34 ◦ blue 119

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

Shades of Seance #752277

Tints of Seance #752277

RGB

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

 GREEN value IS 34 (13.67% from 255) = 12.59%

 BLUE value IS 119 (46.88% from 255) = 44.07%

R = 43.33%
G = 12.59%
B = 44.07%

CMYK

 C value IS 0.02

 M value IS 0.71

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#752277 (or 0x752277) is known color: Seance. HEX triplet: 75, 22 and 77. RGB value is (117,34,119). Sum of RGB (Red+Green+Blue) = 117+34+119=270 (35% of max value = 765). Red value is 117 (46.09% from 255 or 43.33% from 270); Green value is 34 (13.67% from 255 or 12.59% from 270); Blue value is 119 (46.88% from 255 or 44.07% from 270); Max value from RGB is 119 - color contains mainly: blue. Hex color #752277 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #752277 is #8ADD88. Grayscale: #444444. Windows color (decimal): -9100681 or 7807605. OLE color: 7807605.

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

Color convert

RGB 117 34 119 -
CMYK 0.02 0.71 0 0.53
HSL 298.59º 0.56% 0.3% -
HSV(B) 298.59º 0.71% 0.47% -
XYZ 11.24 6.26 18.07 -
YUV 68.51 156.5 162.59 -
System Red Green Blue C M Y K H S L
Decimal 117 34 119 0.02 0.71 0 0.53 298.59 0.56 0.3
Hex 75 22 77 2 47 0 35 12B 38 1E
Octal 165 42 167 2 107 0 65 453 70 36
Binary 1110101 100010 1110111 10 1000111 0 110101 100101011 111000 11110

Color Harmonies of #752277

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752277

Black with #752277

Text Example


Text Example

White with #752277

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #752277; }

 p { color: rgb(117,34,119); }

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

background-color css

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

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

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

border-color css

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

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

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