Html Css Color HEX #76306F Seance

📋 copy color: '#76306F'

red 118 ◦ green 48 ◦ blue 111

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

Shades of Seance #76306F

Tints of Seance #76306F

RGB

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

 GREEN value IS 48 (19.14% from 255) = 17.33%

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

R = 42.6%
G = 17.33%
B = 40.07%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.06

 K value IS 0.54

RGB Variations

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

Color information

#76306F (or 0x76306F) is known color: Seance. HEX triplet: 76, 30 and 6F. RGB value is (118,48,111). Sum of RGB (Red+Green+Blue) = 118+48+111=277 (36% of max value = 765). Red value is 118 (46.48% from 255 or 42.60% from 277); Green value is 48 (19.14% from 255 or 17.33% from 277); Blue value is 111 (43.75% from 255 or 40.07% from 277); Max value from RGB is 118 - color contains mainly: red. Hex color #76306F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #76306F is #89CF90. Grayscale: #4B4B4B. Windows color (decimal): -9031569 or 7286902. OLE color: 7286902.

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

Color convert

RGB 118 48 111 -
CMYK 0 0.59 0.06 0.54
HSL 306º 0.42% 0.33% -
HSV(B) 306º 0.59% 0.46% -
XYZ 11.4 7.11 15.81 -
YUV 76.11 147.69 157.88 -
System Red Green Blue C M Y K H S L
Decimal 118 48 111 0 0.59 0.06 0.54 306 0.42 0.33
Hex 76 30 6F 0 3B 6 36 132 2A 21
Octal 166 60 157 0 73 6 66 462 52 41
Binary 1110110 110000 1101111 0 111011 110 110110 100110010 101010 100001

Color Harmonies of #76306F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76306F

Black with #76306F

Text Example


Text Example

White with #76306F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,48,111); }

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

background-color css

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

 a { background-color: rgb(118,48,111); }

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

border-color css

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

 span { border-color: rgb(118,48,111); }

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