Html Css Color HEX #74247C Seance

📋 copy color: '#74247C'

red 116 ◦ green 36 ◦ blue 124

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

Shades of Seance #74247C

Tints of Seance #74247C

RGB

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

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

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

R = 42.03%
G = 13.04%
B = 44.93%

CMYK

 C value IS 0.06

 M value IS 0.71

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#74247C (or 0x74247C) is known color: Seance. HEX triplet: 74, 24 and 7C. RGB value is (116,36,124). Sum of RGB (Red+Green+Blue) = 116+36+124=276 (36% of max value = 765). Red value is 116 (45.70% from 255 or 42.03% from 276); Green value is 36 (14.45% from 255 or 13.04% from 276); Blue value is 124 (48.83% from 255 or 44.93% from 276); Max value from RGB is 124 - color contains mainly: blue. Hex color #74247C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #74247C is #8BDB83. Grayscale: #454545. Windows color (decimal): -9165700 or 8135796. OLE color: 8135796.

HSL color Cylindrical-coordinate representation of color #74247C: hue angle of 294.55º 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 #74247C is Cyan = 0.06, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 116 36 124 -
CMYK 0.06 0.71 0 0.51
HSL 294.55º 0.55% 0.31% -
HSV(B) 294.55º 0.71% 0.49% -
XYZ 11.47 6.43 19.71 -
YUV 69.95 158.5 160.84 -
System Red Green Blue C M Y K H S L
Decimal 116 36 124 0.06 0.71 0 0.51 294.55 0.55 0.31
Hex 74 24 7C 6 47 0 33 127 37 1F
Octal 164 44 174 6 107 0 63 447 67 37
Binary 1110100 100100 1111100 110 1000111 0 110011 100100111 110111 11111

Color Harmonies of #74247C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74247C

Black with #74247C

Text Example


Text Example

White with #74247C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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