Html Css Color HEX #704391 Royal Purple

📋 copy color: '#704391'

red 112 ◦ green 67 ◦ blue 145

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

Shades of Royal Purple #704391

Tints of Royal Purple #704391

RGB

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

 GREEN value IS 67 (26.56% from 255) = 20.68%

 BLUE value IS 145 (57.03% from 255) = 44.75%

R = 34.57%
G = 20.68%
B = 44.75%

CMYK

 C value IS 0.23

 M value IS 0.54

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#704391 (or 0x704391) is known color: Royal Purple. HEX triplet: 70, 43 and 91. RGB value is (112,67,145). Sum of RGB (Red+Green+Blue) = 112+67+145=324 (42% of max value = 765). Red value is 112 (44.14% from 255 or 34.57% from 324); Green value is 67 (26.56% from 255 or 20.68% from 324); Blue value is 145 (57.03% from 255 or 44.75% from 324); Max value from RGB is 145 - color contains mainly: blue. Hex color #704391 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #704391 is #8FBC6E. Grayscale: #595959. Windows color (decimal): -9419887 or 9519984. OLE color: 9519984.

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

Color convert

RGB 112 67 145 -
CMYK 0.23 0.54 0 0.43
HSL 274.62º 0.37% 0.42% -
HSV(B) 274.62º 0.54% 0.57% -
XYZ 13.8 9.5 27.9 -
YUV 89.35 159.41 144.16 -
System Red Green Blue C M Y K H S L
Decimal 112 67 145 0.23 0.54 0 0.43 274.62 0.37 0.42
Hex 70 43 91 17 36 0 2B 113 25 2A
Octal 160 103 221 27 66 0 53 423 45 52
Binary 1110000 1000011 10010001 10111 110110 0 101011 100010011 100101 101010

Color Harmonies of #704391

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704391

Black with #704391

Text Example


Text Example

White with #704391

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #704391; }

 p { color: rgb(112,67,145); }

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

background-color css

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

 a { background-color: rgb(112,67,145); }

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

border-color css

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

 span { border-color: rgb(112,67,145); }

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