Html Css Color HEX #74217B Seance

📋 copy color: '#74217B'

red 116 ◦ green 33 ◦ blue 123

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

Shades of Seance #74217B

Tints of Seance #74217B

RGB

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

 GREEN value IS 33 (13.28% from 255) = 12.13%

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

R = 42.65%
G = 12.13%
B = 45.22%

CMYK

 C value IS 0.06

 M value IS 0.73

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#74217B (or 0x74217B) is known color: Seance. HEX triplet: 74, 21 and 7B. RGB value is (116,33,123). Sum of RGB (Red+Green+Blue) = 116+33+123=272 (36% of max value = 765). Red value is 116 (45.70% from 255 or 42.65% from 272); Green value is 33 (13.28% from 255 or 12.13% from 272); Blue value is 123 (48.44% from 255 or 45.22% from 272); Max value from RGB is 123 - color contains mainly: blue. Hex color #74217B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #74217B is #8BDE84. Grayscale: #434343. Windows color (decimal): -9166469 or 8069492. OLE color: 8069492.

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

Color convert

RGB 116 33 123 -
CMYK 0.06 0.73 0 0.52
HSL 295.33º 0.58% 0.31% -
HSV(B) 295.33º 0.73% 0.48% -
XYZ 11.32 6.23 19.34 -
YUV 68.08 159 162.18 -
System Red Green Blue C M Y K H S L
Decimal 116 33 123 0.06 0.73 0 0.52 295.33 0.58 0.31
Hex 74 21 7B 6 49 0 34 127 3A 1F
Octal 164 41 173 6 111 0 64 447 72 37
Binary 1110100 100001 1111011 110 1001001 0 110100 100100111 111010 11111

Color Harmonies of #74217B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74217B

Black with #74217B

Text Example


Text Example

White with #74217B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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