Html Css Color HEX #74257B Seance

📋 copy color: '#74257B'

red 116 ◦ green 37 ◦ blue 123

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

Shades of Seance #74257B

Tints of Seance #74257B

RGB

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

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

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

R = 42.03%
G = 13.41%
B = 44.57%

CMYK

 C value IS 0.06

 M value IS 0.70

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#74257B (or 0x74257B) is known color: Seance. HEX triplet: 74, 25 and 7B. RGB value is (116,37,123). Sum of RGB (Red+Green+Blue) = 116+37+123=276 (36% of max value = 765). Red value is 116 (45.70% from 255 or 42.03% from 276); Green value is 37 (14.84% from 255 or 13.41% from 276); Blue value is 123 (48.44% from 255 or 44.57% from 276); Max value from RGB is 123 - color contains mainly: blue. Hex color #74257B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #74257B is #8BDA84. Grayscale: #464646. Windows color (decimal): -9165445 or 8070516. OLE color: 8070516.

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

Color convert

RGB 116 37 123 -
CMYK 0.06 0.70 0 0.52
HSL 295.12º 0.54% 0.31% -
HSV(B) 295.12º 0.7% 0.48% -
XYZ 11.44 6.47 19.38 -
YUV 70.43 157.67 160.51 -
System Red Green Blue C M Y K H S L
Decimal 116 37 123 0.06 0.70 0 0.52 295.12 0.54 0.31
Hex 74 25 7B 6 46 0 34 127 36 1F
Octal 164 45 173 6 106 0 64 447 66 37
Binary 1110100 100101 1111011 110 1000110 0 110100 100100111 110110 11111

Color Harmonies of #74257B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74257B

Black with #74257B

Text Example


Text Example

White with #74257B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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