Html Css Color HEX #704094 Royal Purple

📋 copy color: '#704094'

red 112 ◦ green 64 ◦ blue 148

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

Shades of Royal Purple #704094

Tints of Royal Purple #704094

RGB

 RED value IS 112 (44.14% from 255) = 34.57%

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

 BLUE value IS 148 (58.2% from 255) = 45.68%

R = 34.57%
G = 19.75%
B = 45.68%

CMYK

 C value IS 0.24

 M value IS 0.57

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#704094 (or 0x704094) is known color: Royal Purple. HEX triplet: 70, 40 and 94. RGB value is (112,64,148). Sum of RGB (Red+Green+Blue) = 112+64+148=324 (42% of max value = 765). Red value is 112 (44.14% from 255 or 34.57% from 324); Green value is 64 (25.39% from 255 or 19.75% from 324); Blue value is 148 (58.20% from 255 or 45.68% from 324); Max value from RGB is 148 - color contains mainly: blue. Hex color #704094 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #704094 is #8FBF6B. Grayscale: #575757. Windows color (decimal): -9420652 or 9715824. OLE color: 9715824.

HSL color Cylindrical-coordinate representation of color #704094: hue angle of 274.29º degrees, saturation: 0.4, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #704094 is Cyan = 0.24, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 112 64 148 -
CMYK 0.24 0.57 0 0.42
HSL 274.29º 0.4% 0.42% -
HSV(B) 274.29º 0.57% 0.58% -
XYZ 13.86 9.25 29.07 -
YUV 87.93 161.9 145.17 -
System Red Green Blue C M Y K H S L
Decimal 112 64 148 0.24 0.57 0 0.42 274.29 0.4 0.42
Hex 70 40 94 18 39 0 2A 112 28 2A
Octal 160 100 224 30 71 0 52 422 50 52
Binary 1110000 1000000 10010100 11000 111001 0 101010 100010010 101000 101010

Color Harmonies of #704094

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704094

Black with #704094

Text Example


Text Example

White with #704094

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #704094; }

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

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

background-color css

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

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

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

border-color css

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

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

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