Html Css Color HEX #74247B Seance

📋 copy color: '#74247B'

red 116 ◦ green 36 ◦ blue 123

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

Shades of Seance #74247B

Tints of Seance #74247B

RGB

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

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

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

R = 42.18%
G = 13.09%
B = 44.73%

CMYK

 C value IS 0.06

 M value IS 0.71

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#74247B (or 0x74247B) is known color: Seance. HEX triplet: 74, 24 and 7B. RGB value is (116,36,123). Sum of RGB (Red+Green+Blue) = 116+36+123=275 (36% of max value = 765). Red value is 116 (45.70% from 255 or 42.18% from 275); Green value is 36 (14.45% from 255 or 13.09% from 275); Blue value is 123 (48.44% from 255 or 44.73% from 275); Max value from RGB is 123 - color contains mainly: blue. Hex color #74247B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #74247B is #8BDB84. Grayscale: #454545. Windows color (decimal): -9165701 or 8070260. OLE color: 8070260.

HSL color Cylindrical-coordinate representation of color #74247B: hue angle of 295.17º degrees, saturation: 0.55, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #74247B is Cyan = 0.06, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 116 36 123 -
CMYK 0.06 0.71 0 0.52
HSL 295.17º 0.55% 0.31% -
HSV(B) 295.17º 0.71% 0.48% -
XYZ 11.41 6.4 19.37 -
YUV 69.84 158 160.93 -
System Red Green Blue C M Y K H S L
Decimal 116 36 123 0.06 0.71 0 0.52 295.17 0.55 0.31
Hex 74 24 7B 6 47 0 34 127 37 1F
Octal 164 44 173 6 107 0 64 447 67 37
Binary 1110100 100100 1111011 110 1000111 0 110100 100100111 110111 11111

Color Harmonies of #74247B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74247B

Black with #74247B

Text Example


Text Example

White with #74247B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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