Html Css Color HEX #76247C Seance

📋 copy color: '#76247C'

red 118 ◦ green 36 ◦ blue 124

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

Shades of Seance #76247C

Tints of Seance #76247C

RGB

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

 GREEN value IS 36 (14.45% from 255) = 12.95%

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

R = 42.45%
G = 12.95%
B = 44.6%

CMYK

 C value IS 0.05

 M value IS 0.71

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#76247C (or 0x76247C) is known color: Seance. HEX triplet: 76, 24 and 7C. RGB value is (118,36,124). Sum of RGB (Red+Green+Blue) = 118+36+124=278 (36% of max value = 765). Red value is 118 (46.48% from 255 or 42.45% from 278); Green value is 36 (14.45% from 255 or 12.95% from 278); Blue value is 124 (48.83% from 255 or 44.60% from 278); Max value from RGB is 124 - color contains mainly: blue. Hex color #76247C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #76247C is #89DB83. Grayscale: #464646. Windows color (decimal): -9034628 or 8135798. OLE color: 8135798.

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

Color convert

RGB 118 36 124 -
CMYK 0.05 0.71 0 0.51
HSL 295.91º 0.55% 0.31% -
HSV(B) 295.91º 0.71% 0.49% -
XYZ 11.74 6.57 19.72 -
YUV 70.55 158.17 161.84 -
System Red Green Blue C M Y K H S L
Decimal 118 36 124 0.05 0.71 0 0.51 295.91 0.55 0.31
Hex 76 24 7C 5 47 0 33 128 37 1F
Octal 166 44 174 5 107 0 63 450 67 37
Binary 1110110 100100 1111100 101 1000111 0 110011 100101000 110111 11111

Color Harmonies of #76247C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76247C

Black with #76247C

Text Example


Text Example

White with #76247C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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