Html Css Color HEX #734070 Eminence

📋 copy color: '#734070'

red 115 ◦ green 64 ◦ blue 112

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

Shades of Eminence #734070

Tints of Eminence #734070

RGB

 RED value IS 115 (45.31% from 255) = 39.52%

 GREEN value IS 64 (25.39% from 255) = 21.99%

 BLUE value IS 112 (44.14% from 255) = 38.49%

R = 39.52%
G = 21.99%
B = 38.49%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.03

 K value IS 0.55

RGB Variations

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

Color information

#734070 (or 0x734070) is known color: Eminence. HEX triplet: 73, 40 and 70. RGB value is (115,64,112). Sum of RGB (Red+Green+Blue) = 115+64+112=291 (38% of max value = 765). Red value is 115 (45.31% from 255 or 39.52% from 291); Green value is 64 (25.39% from 255 or 21.99% from 291); Blue value is 112 (44.14% from 255 or 38.49% from 291); Max value from RGB is 115 - color contains mainly: red. Hex color #734070 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #734070 is #8CBF8F. Grayscale: #545454. Windows color (decimal): -9224080 or 7356531. OLE color: 7356531.

HSL color Cylindrical-coordinate representation of color #734070: hue angle of 303.53º degrees, saturation: 0.28, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #734070 is Cyan = 0, Magento = 0.44, Yellow = 0.03 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 64 112 -
CMYK 0 0.44 0.03 0.55
HSL 303.53º 0.28% 0.35% -
HSV(B) 303.53º 0.44% 0.45% -
XYZ 11.83 8.48 16.34 -
YUV 84.72 143.4 149.6 -
System Red Green Blue C M Y K H S L
Decimal 115 64 112 0 0.44 0.03 0.55 303.53 0.28 0.35
Hex 73 40 70 0 2C 3 37 130 1C 23
Octal 163 100 160 0 54 3 67 460 34 43
Binary 1110011 1000000 1110000 0 101100 11 110111 100110000 11100 100011

Color Harmonies of #734070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #734070

Black with #734070

Text Example


Text Example

White with #734070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #734070; }

 p { color: rgb(115,64,112); }

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

background-color css

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

 a { background-color: rgb(115,64,112); }

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

border-color css

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

 span { border-color: rgb(115,64,112); }

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