Html Css Color HEX #75356D Seance

📋 copy color: '#75356D'

red 117 ◦ green 53 ◦ blue 109

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

Shades of Seance #75356D

Tints of Seance #75356D

RGB

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

 GREEN value IS 53 (21.09% from 255) = 19%

 BLUE value IS 109 (42.97% from 255) = 39.07%

R = 41.94%
G = 19%
B = 39.07%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.07

 K value IS 0.54

RGB Variations

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

Color information

#75356D (or 0x75356D) is known color: Seance. HEX triplet: 75, 35 and 6D. RGB value is (117,53,109). Sum of RGB (Red+Green+Blue) = 117+53+109=279 (36% of max value = 765). Red value is 117 (46.09% from 255 or 41.94% from 279); Green value is 53 (21.09% from 255 or 19.00% from 279); Blue value is 109 (42.97% from 255 or 39.07% from 279); Max value from RGB is 117 - color contains mainly: red. Hex color #75356D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #75356D is #8ACA92. Grayscale: #4E4E4E. Windows color (decimal): -9095827 or 7157109. OLE color: 7157109.

HSL color Cylindrical-coordinate representation of color #75356D: hue angle of 307.5º degrees, saturation: 0.38, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #75356D is Cyan = 0, Magento = 0.55, Yellow = 0.07 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 53 109 -
CMYK 0 0.55 0.07 0.54
HSL 307.5º 0.38% 0.33% -
HSV(B) 307.5º 0.55% 0.46% -
XYZ 11.37 7.43 15.3 -
YUV 78.52 145.2 155.45 -
System Red Green Blue C M Y K H S L
Decimal 117 53 109 0 0.55 0.07 0.54 307.5 0.38 0.33
Hex 75 35 6D 0 37 7 36 134 26 21
Octal 165 65 155 0 67 7 66 464 46 41
Binary 1110101 110101 1101101 0 110111 111 110110 100110100 100110 100001

Color Harmonies of #75356D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75356D

Black with #75356D

Text Example


Text Example

White with #75356D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75356D; }

 p { color: rgb(117,53,109); }

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

background-color css

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

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

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

border-color css

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

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

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