Html Css Color HEX #76257B Seance

📋 copy color: '#76257B'

red 118 ◦ green 37 ◦ blue 123

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

Shades of Seance #76257B

Tints of Seance #76257B

RGB

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

 GREEN value IS 37 (14.84% from 255) = 13.31%

 BLUE value IS 123 (48.44% from 255) = 44.24%

R = 42.45%
G = 13.31%
B = 44.24%

CMYK

 C value IS 0.04

 M value IS 0.70

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#76257B (or 0x76257B) is known color: Seance. HEX triplet: 76, 25 and 7B. RGB value is (118,37,123). Sum of RGB (Red+Green+Blue) = 118+37+123=278 (36% of max value = 765). Red value is 118 (46.48% from 255 or 42.45% from 278); Green value is 37 (14.84% from 255 or 13.31% from 278); Blue value is 123 (48.44% from 255 or 44.24% from 278); Max value from RGB is 123 - color contains mainly: blue. Hex color #76257B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #76257B is #89DA84. Grayscale: #464646. Windows color (decimal): -9034373 or 8070518. OLE color: 8070518.

HSL color Cylindrical-coordinate representation of color #76257B: hue angle of 296.51º degrees, saturation: 0.54, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #76257B is Cyan = 0.04, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 118 37 123 -
CMYK 0.04 0.70 0 0.52
HSL 296.51º 0.54% 0.31% -
HSV(B) 296.51º 0.7% 0.48% -
XYZ 11.71 6.6 19.4 -
YUV 71.02 157.34 161.51 -
System Red Green Blue C M Y K H S L
Decimal 118 37 123 0.04 0.70 0 0.52 296.51 0.54 0.31
Hex 76 25 7B 4 46 0 34 129 36 1F
Octal 166 45 173 4 106 0 64 451 66 37
Binary 1110110 100101 1111011 100 1000110 0 110100 100101001 110110 11111

Color Harmonies of #76257B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76257B

Black with #76257B

Text Example


Text Example

White with #76257B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76257B; }

 p { color: rgb(118,37,123); }

 H1.HeaderClassName
 {
   color: #76257B;
 }
 .AnyTagClassName
 {
   color: #76257B;
 }
</style>

background-color css

<style>
 a { background-color: #76257B; }

 a { background-color: rgb(118,37,123); }

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

border-color css

<style>
 span { border-color: #76257B; }

 span { border-color: rgb(118,37,123); }

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