Html Css Color HEX #75336F Seance

📋 copy color: '#75336F'

red 117 ◦ green 51 ◦ blue 111

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

Shades of Seance #75336F

Tints of Seance #75336F

RGB

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

 GREEN value IS 51 (20.31% from 255) = 18.28%

 BLUE value IS 111 (43.75% from 255) = 39.78%

R = 41.94%
G = 18.28%
B = 39.78%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.05

 K value IS 0.54

RGB Variations

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

Color information

#75336F (or 0x75336F) is known color: Seance. HEX triplet: 75, 33 and 6F. RGB value is (117,51,111). Sum of RGB (Red+Green+Blue) = 117+51+111=279 (36% of max value = 765). Red value is 117 (46.09% from 255 or 41.94% from 279); Green value is 51 (20.31% from 255 or 18.28% from 279); Blue value is 111 (43.75% from 255 or 39.78% from 279); Max value from RGB is 117 - color contains mainly: red. Hex color #75336F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #75336F is #8ACC90. Grayscale: #4D4D4D. Windows color (decimal): -9096337 or 7287669. OLE color: 7287669.

HSL color Cylindrical-coordinate representation of color #75336F: hue angle of 305.45º degrees, saturation: 0.39, 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 #75336F is Cyan = 0, Magento = 0.56, Yellow = 0.05 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 51 111 -
CMYK 0 0.56 0.05 0.54
HSL 305.45º 0.39% 0.33% -
HSV(B) 305.45º 0.56% 0.46% -
XYZ 11.39 7.3 15.85 -
YUV 77.57 146.87 156.12 -
System Red Green Blue C M Y K H S L
Decimal 117 51 111 0 0.56 0.05 0.54 305.45 0.39 0.33
Hex 75 33 6F 0 38 5 36 131 27 21
Octal 165 63 157 0 70 5 66 461 47 41
Binary 1110101 110011 1101111 0 111000 101 110110 100110001 100111 100001

Color Harmonies of #75336F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75336F

Black with #75336F

Text Example


Text Example

White with #75336F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75336F; }

 p { color: rgb(117,51,111); }

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

background-color css

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

 a { background-color: rgb(117,51,111); }

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

border-color css

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

 span { border-color: rgb(117,51,111); }

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