Html Css Color HEX #76237C Seance

📋 copy color: '#76237C'

red 118 ◦ green 35 ◦ blue 124

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

Shades of Seance #76237C

Tints of Seance #76237C

RGB

 RED value IS 118 (46.48% from 255) = 42.6%

 GREEN value IS 35 (14.06% from 255) = 12.64%

 BLUE value IS 124 (48.83% from 255) = 44.77%

R = 42.6%
G = 12.64%
B = 44.77%

CMYK

 C value IS 0.05

 M value IS 0.72

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#76237C (or 0x76237C) is known color: Seance. HEX triplet: 76, 23 and 7C. RGB value is (118,35,124). Sum of RGB (Red+Green+Blue) = 118+35+124=277 (36% of max value = 765). Red value is 118 (46.48% from 255 or 42.60% from 277); Green value is 35 (14.06% from 255 or 12.64% from 277); Blue value is 124 (48.83% from 255 or 44.77% from 277); Max value from RGB is 124 - color contains mainly: blue. Hex color #76237C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #76237C is #89DC83. Grayscale: #454545. Windows color (decimal): -9034884 or 8135542. OLE color: 8135542.

HSL color Cylindrical-coordinate representation of color #76237C: hue angle of 295.96º degrees, saturation: 0.56, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #76237C is Cyan = 0.05, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 118 35 124 -
CMYK 0.05 0.72 0 0.51
HSL 295.96º 0.56% 0.31% -
HSV(B) 295.96º 0.72% 0.49% -
XYZ 11.71 6.51 19.71 -
YUV 69.96 158.5 162.26 -
System Red Green Blue C M Y K H S L
Decimal 118 35 124 0.05 0.72 0 0.51 295.96 0.56 0.31
Hex 76 23 7C 5 48 0 33 128 38 1F
Octal 166 43 174 5 110 0 63 450 70 37
Binary 1110110 100011 1111100 101 1001000 0 110011 100101000 111000 11111

Color Harmonies of #76237C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76237C

Black with #76237C

Text Example


Text Example

White with #76237C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76237C; }

 p { color: rgb(118,35,124); }

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

background-color css

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

 a { background-color: rgb(118,35,124); }

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

border-color css

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

 span { border-color: rgb(118,35,124); }

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