Html Css Color HEX #74237C Seance

📋 copy color: '#74237C'

red 116 ◦ green 35 ◦ blue 124

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

Shades of Seance #74237C

Tints of Seance #74237C

RGB

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

 GREEN value IS 35 (14.06% from 255) = 12.73%

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

R = 42.18%
G = 12.73%
B = 45.09%

CMYK

 C value IS 0.06

 M value IS 0.72

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#74237C (or 0x74237C) is known color: Seance. HEX triplet: 74, 23 and 7C. RGB value is (116,35,124). Sum of RGB (Red+Green+Blue) = 116+35+124=275 (36% of max value = 765). Red value is 116 (45.70% from 255 or 42.18% from 275); Green value is 35 (14.06% from 255 or 12.73% from 275); Blue value is 124 (48.83% from 255 or 45.09% from 275); Max value from RGB is 124 - color contains mainly: blue. Hex color #74237C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #74237C is #8BDC83. Grayscale: #454545. Windows color (decimal): -9165956 or 8135540. OLE color: 8135540.

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

Color convert

RGB 116 35 124 -
CMYK 0.06 0.72 0 0.51
HSL 294.61º 0.56% 0.31% -
HSV(B) 294.61º 0.72% 0.49% -
XYZ 11.44 6.37 19.7 -
YUV 69.37 158.84 161.26 -
System Red Green Blue C M Y K H S L
Decimal 116 35 124 0.06 0.72 0 0.51 294.61 0.56 0.31
Hex 74 23 7C 6 48 0 33 127 38 1F
Octal 164 43 174 6 110 0 63 447 70 37
Binary 1110100 100011 1111100 110 1001000 0 110011 100100111 111000 11111

Color Harmonies of #74237C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74237C

Black with #74237C

Text Example


Text Example

White with #74237C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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