Html Css Color HEX #704493 Royal Purple

📋 copy color: '#704493'

red 112 ◦ green 68 ◦ blue 147

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

Shades of Royal Purple #704493

Tints of Royal Purple #704493

RGB

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

 GREEN value IS 68 (26.95% from 255) = 20.8%

 BLUE value IS 147 (57.81% from 255) = 44.95%

R = 34.25%
G = 20.8%
B = 44.95%

CMYK

 C value IS 0.24

 M value IS 0.54

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#704493 (or 0x704493) is known color: Royal Purple. HEX triplet: 70, 44 and 93. RGB value is (112,68,147). Sum of RGB (Red+Green+Blue) = 112+68+147=327 (43% of max value = 765). Red value is 112 (44.14% from 255 or 34.25% from 327); Green value is 68 (26.95% from 255 or 20.80% from 327); Blue value is 147 (57.81% from 255 or 44.95% from 327); Max value from RGB is 147 - color contains mainly: blue. Hex color #704493 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #704493 is #8FBB6C. Grayscale: #595959. Windows color (decimal): -9419629 or 9651312. OLE color: 9651312.

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

Color convert

RGB 112 68 147 -
CMYK 0.24 0.54 0 0.42
HSL 273.42º 0.37% 0.42% -
HSV(B) 273.42º 0.54% 0.58% -
XYZ 14.02 9.69 28.73 -
YUV 90.16 160.08 143.58 -
System Red Green Blue C M Y K H S L
Decimal 112 68 147 0.24 0.54 0 0.42 273.42 0.37 0.42
Hex 70 44 93 18 36 0 2A 111 25 2A
Octal 160 104 223 30 66 0 52 421 45 52
Binary 1110000 1000100 10010011 11000 110110 0 101010 100010001 100101 101010

Color Harmonies of #704493

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704493

Black with #704493

Text Example


Text Example

White with #704493

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #704493; }

 p { color: rgb(112,68,147); }

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

background-color css

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

 a { background-color: rgb(112,68,147); }

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

border-color css

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

 span { border-color: rgb(112,68,147); }

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