Html Css Color HEX #75346D Seance

📋 copy color: '#75346D'

red 117 ◦ green 52 ◦ blue 109

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

Shades of Seance #75346D

Tints of Seance #75346D

RGB

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

 GREEN value IS 52 (20.7% from 255) = 18.71%

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

R = 42.09%
G = 18.71%
B = 39.21%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.07

 K value IS 0.54

RGB Variations

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

Color information

#75346D (or 0x75346D) is known color: Seance. HEX triplet: 75, 34 and 6D. RGB value is (117,52,109). Sum of RGB (Red+Green+Blue) = 117+52+109=278 (36% of max value = 765). Red value is 117 (46.09% from 255 or 42.09% from 278); Green value is 52 (20.70% from 255 or 18.71% from 278); Blue value is 109 (42.97% from 255 or 39.21% from 278); Max value from RGB is 117 - color contains mainly: red. Hex color #75346D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #75346D is #8ACB92. Grayscale: #4D4D4D. Windows color (decimal): -9096083 or 7156853. OLE color: 7156853.

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

Color convert

RGB 117 52 109 -
CMYK 0 0.56 0.07 0.54
HSL 307.38º 0.38% 0.33% -
HSV(B) 307.38º 0.56% 0.46% -
XYZ 11.32 7.34 15.29 -
YUV 77.93 145.53 155.87 -
System Red Green Blue C M Y K H S L
Decimal 117 52 109 0 0.56 0.07 0.54 307.38 0.38 0.33
Hex 75 34 6D 0 38 7 36 133 26 21
Octal 165 64 155 0 70 7 66 463 46 41
Binary 1110101 110100 1101101 0 111000 111 110110 100110011 100110 100001

Color Harmonies of #75346D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75346D

Black with #75346D

Text Example


Text Example

White with #75346D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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