Html Css Color HEX #71426B Eminence

📋 copy color: '#71426B'

red 113 ◦ green 66 ◦ blue 107

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

Shades of Eminence #71426B

Tints of Eminence #71426B

RGB

 RED value IS 113 (44.53% from 255) = 39.51%

 GREEN value IS 66 (26.17% from 255) = 23.08%

 BLUE value IS 107 (42.19% from 255) = 37.41%

R = 39.51%
G = 23.08%
B = 37.41%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.05

 K value IS 0.56

RGB Variations

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

Color information

#71426B (or 0x71426B) is known color: Eminence. HEX triplet: 71, 42 and 6B. RGB value is (113,66,107). Sum of RGB (Red+Green+Blue) = 113+66+107=286 (37% of max value = 765). Red value is 113 (44.53% from 255 or 39.51% from 286); Green value is 66 (26.17% from 255 or 23.08% from 286); Blue value is 107 (42.19% from 255 or 37.41% from 286); Max value from RGB is 113 - color contains mainly: red. Hex color #71426B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #71426B is #8EBD94. Grayscale: #545454. Windows color (decimal): -9354645 or 7029361. OLE color: 7029361.

HSL color Cylindrical-coordinate representation of color #71426B: hue angle of 307.66º degrees, saturation: 0.26, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #71426B is Cyan = 0, Magento = 0.42, Yellow = 0.05 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 66 107 -
CMYK 0 0.42 0.05 0.56
HSL 307.66º 0.26% 0.35% -
HSV(B) 307.66º 0.42% 0.44% -
XYZ 11.41 8.47 14.94 -
YUV 84.73 140.57 148.17 -
System Red Green Blue C M Y K H S L
Decimal 113 66 107 0 0.42 0.05 0.56 307.66 0.26 0.35
Hex 71 42 6B 0 2A 5 38 134 1A 23
Octal 161 102 153 0 52 5 70 464 32 43
Binary 1110001 1000010 1101011 0 101010 101 111000 100110100 11010 100011

Color Harmonies of #71426B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71426B

Black with #71426B

Text Example


Text Example

White with #71426B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,66,107); }

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

background-color css

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

 a { background-color: rgb(113,66,107); }

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

border-color css

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

 span { border-color: rgb(113,66,107); }

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