Html Css Color HEX #74267B Seance

📋 copy color: '#74267B'

red 116 ◦ green 38 ◦ blue 123

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

Shades of Seance #74267B

Tints of Seance #74267B

RGB

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

 GREEN value IS 38 (15.23% from 255) = 13.72%

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

R = 41.88%
G = 13.72%
B = 44.4%

CMYK

 C value IS 0.06

 M value IS 0.69

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#74267B (or 0x74267B) is known color: Seance. HEX triplet: 74, 26 and 7B. RGB value is (116,38,123). Sum of RGB (Red+Green+Blue) = 116+38+123=277 (36% of max value = 765). Red value is 116 (45.70% from 255 or 41.88% from 277); Green value is 38 (15.23% from 255 or 13.72% from 277); Blue value is 123 (48.44% from 255 or 44.40% from 277); Max value from RGB is 123 - color contains mainly: blue. Hex color #74267B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #74267B is #8BD984. Grayscale: #464646. Windows color (decimal): -9165189 or 8070772. OLE color: 8070772.

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

Color convert

RGB 116 38 123 -
CMYK 0.06 0.69 0 0.52
HSL 295.06º 0.53% 0.32% -
HSV(B) 295.06º 0.69% 0.48% -
XYZ 11.47 6.53 19.39 -
YUV 71.01 157.34 160.09 -
System Red Green Blue C M Y K H S L
Decimal 116 38 123 0.06 0.69 0 0.52 295.06 0.53 0.32
Hex 74 26 7B 6 45 0 34 127 35 20
Octal 164 46 173 6 105 0 64 447 65 40
Binary 1110100 100110 1111011 110 1000101 0 110100 100100111 110101 100000

Color Harmonies of #74267B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74267B

Black with #74267B

Text Example


Text Example

White with #74267B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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