Html Css Color HEX #704191 Royal Purple

📋 copy color: '#704191'

red 112 ◦ green 65 ◦ blue 145

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

Shades of Royal Purple #704191

Tints of Royal Purple #704191

RGB

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

 GREEN value IS 65 (25.78% from 255) = 20.19%

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

R = 34.78%
G = 20.19%
B = 45.03%

CMYK

 C value IS 0.23

 M value IS 0.55

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#704191 (or 0x704191) is known color: Royal Purple. HEX triplet: 70, 41 and 91. RGB value is (112,65,145). Sum of RGB (Red+Green+Blue) = 112+65+145=322 (42% of max value = 765). Red value is 112 (44.14% from 255 or 34.78% from 322); Green value is 65 (25.78% from 255 or 20.19% from 322); Blue value is 145 (57.03% from 255 or 45.03% from 322); Max value from RGB is 145 - color contains mainly: blue. Hex color #704191 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #704191 is #8FBE6E. Grayscale: #575757. Windows color (decimal): -9420399 or 9519472. OLE color: 9519472.

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

Color convert

RGB 112 65 145 -
CMYK 0.23 0.55 0 0.43
HSL 275.25º 0.38% 0.41% -
HSV(B) 275.25º 0.55% 0.57% -
XYZ 13.68 9.27 27.86 -
YUV 88.17 160.07 145 -
System Red Green Blue C M Y K H S L
Decimal 112 65 145 0.23 0.55 0 0.43 275.25 0.38 0.41
Hex 70 41 91 17 37 0 2B 113 26 29
Octal 160 101 221 27 67 0 53 423 46 51
Binary 1110000 1000001 10010001 10111 110111 0 101011 100010011 100110 101001

Color Harmonies of #704191

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704191

Black with #704191

Text Example


Text Example

White with #704191

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #704191; }

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

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

background-color css

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

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

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

border-color css

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

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

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