Html Css Color HEX #74247D Seance

📋 copy color: '#74247D'

red 116 ◦ green 36 ◦ blue 125

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

Shades of Seance #74247D

Tints of Seance #74247D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 45.13%

R = 41.88%
G = 13%
B = 45.13%

CMYK

 C value IS 0.07

 M value IS 0.71

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#74247D (or 0x74247D) is known color: Seance. HEX triplet: 74, 24 and 7D. RGB value is (116,36,125). Sum of RGB (Red+Green+Blue) = 116+36+125=277 (36% of max value = 765). Red value is 116 (45.70% from 255 or 41.88% from 277); Green value is 36 (14.45% from 255 or 13.00% from 277); Blue value is 125 (49.22% from 255 or 45.13% from 277); Max value from RGB is 125 - color contains mainly: blue. Hex color #74247D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #74247D is #8BDB82. Grayscale: #454545. Windows color (decimal): -9165699 or 8201332. OLE color: 8201332.

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

Color convert

RGB 116 36 125 -
CMYK 0.07 0.71 0 0.51
HSL 293.93º 0.55% 0.32% -
HSV(B) 293.93º 0.71% 0.49% -
XYZ 11.54 6.46 20.04 -
YUV 70.07 159 160.76 -
System Red Green Blue C M Y K H S L
Decimal 116 36 125 0.07 0.71 0 0.51 293.93 0.55 0.32
Hex 74 24 7D 7 47 0 33 126 37 20
Octal 164 44 175 7 107 0 63 446 67 40
Binary 1110100 100100 1111101 111 1000111 0 110011 100100110 110111 100000

Color Harmonies of #74247D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74247D

Black with #74247D

Text Example


Text Example

White with #74247D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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