Html Css Color HEX #74257C Seance

📋 copy color: '#74257C'

red 116 ◦ green 37 ◦ blue 124

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

Shades of Seance #74257C

Tints of Seance #74257C

RGB

 RED value IS 116 (45.7% from 255) = 41.88%

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

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

R = 41.88%
G = 13.36%
B = 44.77%

CMYK

 C value IS 0.06

 M value IS 0.70

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#74257C (or 0x74257C) is known color: Seance. HEX triplet: 74, 25 and 7C. RGB value is (116,37,124). Sum of RGB (Red+Green+Blue) = 116+37+124=277 (36% of max value = 765). Red value is 116 (45.70% from 255 or 41.88% from 277); Green value is 37 (14.84% from 255 or 13.36% 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 #74257C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #74257C is #8BDA83. Grayscale: #464646. Windows color (decimal): -9165444 or 8136052. OLE color: 8136052.

HSL color Cylindrical-coordinate representation of color #74257C: hue angle of 294.48º degrees, saturation: 0.54, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #74257C is Cyan = 0.06, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 116 37 124 -
CMYK 0.06 0.70 0 0.51
HSL 294.48º 0.54% 0.32% -
HSV(B) 294.48º 0.7% 0.49% -
XYZ 11.5 6.49 19.72 -
YUV 70.54 158.17 160.43 -
System Red Green Blue C M Y K H S L
Decimal 116 37 124 0.06 0.70 0 0.51 294.48 0.54 0.32
Hex 74 25 7C 6 46 0 33 126 36 20
Octal 164 45 174 6 106 0 63 446 66 40
Binary 1110100 100101 1111100 110 1000110 0 110011 100100110 110110 100000

Color Harmonies of #74257C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74257C

Black with #74257C

Text Example


Text Example

White with #74257C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,37,124); }

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

background-color css

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

 a { background-color: rgb(116,37,124); }

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

border-color css

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

 span { border-color: rgb(116,37,124); }

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