Html Css Color HEX #784271 Eminence

📋 copy color: '#784271'

red 120 ◦ green 66 ◦ blue 113

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

Shades of Eminence #784271

Tints of Eminence #784271

RGB

 RED value IS 120 (47.27% from 255) = 40.13%

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

 BLUE value IS 113 (44.53% from 255) = 37.79%

R = 40.13%
G = 22.07%
B = 37.79%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.06

 K value IS 0.53

RGB Variations

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

Color information

#784271 (or 0x784271) is known color: Eminence. HEX triplet: 78, 42 and 71. RGB value is (120,66,113). Sum of RGB (Red+Green+Blue) = 120+66+113=299 (39% of max value = 765). Red value is 120 (47.27% from 255 or 40.13% from 299); Green value is 66 (26.17% from 255 or 22.07% from 299); Blue value is 113 (44.53% from 255 or 37.79% from 299); Max value from RGB is 120 - color contains mainly: red. Hex color #784271 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #784271 is #87BD8E. Grayscale: #575757. Windows color (decimal): -8895887 or 7422584. OLE color: 7422584.

HSL color Cylindrical-coordinate representation of color #784271: hue angle of 307.78º degrees, saturation: 0.29, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #784271 is Cyan = 0, Magento = 0.45, Yellow = 0.06 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 66 113 -
CMYK 0 0.45 0.06 0.53
HSL 307.78º 0.29% 0.36% -
HSV(B) 307.78º 0.45% 0.47% -
XYZ 12.67 9.08 16.71 -
YUV 87.5 142.39 151.18 -
System Red Green Blue C M Y K H S L
Decimal 120 66 113 0 0.45 0.06 0.53 307.78 0.29 0.36
Hex 78 42 71 0 2D 6 35 134 1D 24
Octal 170 102 161 0 55 6 65 464 35 44
Binary 1111000 1000010 1110001 0 101101 110 110101 100110100 11101 100100

Color Harmonies of #784271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #784271

Black with #784271

Text Example


Text Example

White with #784271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #784271; }

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

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

background-color css

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

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

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

border-color css

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

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

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