Html Css Color HEX #75316E Seance

📋 copy color: '#75316E'

red 117 ◦ green 49 ◦ blue 110

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

Shades of Seance #75316E

Tints of Seance #75316E

RGB

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

 GREEN value IS 49 (19.53% from 255) = 17.75%

 BLUE value IS 110 (43.36% from 255) = 39.86%

R = 42.39%
G = 17.75%
B = 39.86%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.06

 K value IS 0.54

RGB Variations

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

Color information

#75316E (or 0x75316E) is known color: Seance. HEX triplet: 75, 31 and 6E. RGB value is (117,49,110). Sum of RGB (Red+Green+Blue) = 117+49+110=276 (36% of max value = 765). Red value is 117 (46.09% from 255 or 42.39% from 276); Green value is 49 (19.53% from 255 or 17.75% from 276); Blue value is 110 (43.36% from 255 or 39.86% from 276); Max value from RGB is 117 - color contains mainly: red. Hex color #75316E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #75316E is #8ACE91. Grayscale: #4C4C4C. Windows color (decimal): -9096850 or 7221621. OLE color: 7221621.

HSL color Cylindrical-coordinate representation of color #75316E: hue angle of 306.18º degrees, saturation: 0.41, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #75316E is Cyan = 0, Magento = 0.58, Yellow = 0.06 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 49 110 -
CMYK 0 0.58 0.06 0.54
HSL 306.18º 0.41% 0.33% -
HSV(B) 306.18º 0.58% 0.46% -
XYZ 11.25 7.1 15.53 -
YUV 76.29 147.03 157.04 -
System Red Green Blue C M Y K H S L
Decimal 117 49 110 0 0.58 0.06 0.54 306.18 0.41 0.33
Hex 75 31 6E 0 3A 6 36 132 29 21
Octal 165 61 156 0 72 6 66 462 51 41
Binary 1110101 110001 1101110 0 111010 110 110110 100110010 101001 100001

Color Harmonies of #75316E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75316E

Black with #75316E

Text Example


Text Example

White with #75316E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75316E; }

 p { color: rgb(117,49,110); }

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

background-color css

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

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

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

border-color css

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

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

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