Html Css Color HEX #704193 Royal Purple

📋 copy color: '#704193'

red 112 ◦ green 65 ◦ blue 147

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

Shades of Royal Purple #704193

Tints of Royal Purple #704193

RGB

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

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

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

R = 34.57%
G = 20.06%
B = 45.37%

CMYK

 C value IS 0.24

 M value IS 0.56

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#704193 (or 0x704193) is known color: Royal Purple. HEX triplet: 70, 41 and 93. RGB value is (112,65,147). Sum of RGB (Red+Green+Blue) = 112+65+147=324 (42% of max value = 765). Red value is 112 (44.14% from 255 or 34.57% from 324); Green value is 65 (25.78% from 255 or 20.06% from 324); Blue value is 147 (57.81% from 255 or 45.37% from 324); Max value from RGB is 147 - color contains mainly: blue. Hex color #704193 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #704193 is #8FBE6C. Grayscale: #585858. Windows color (decimal): -9420397 or 9650544. OLE color: 9650544.

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

Color convert

RGB 112 65 147 -
CMYK 0.24 0.56 0 0.42
HSL 274.39º 0.39% 0.42% -
HSV(B) 274.39º 0.56% 0.58% -
XYZ 13.84 9.33 28.68 -
YUV 88.4 161.07 144.83 -
System Red Green Blue C M Y K H S L
Decimal 112 65 147 0.24 0.56 0 0.42 274.39 0.39 0.42
Hex 70 41 93 18 38 0 2A 112 27 2A
Octal 160 101 223 30 70 0 52 422 47 52
Binary 1110000 1000001 10010011 11000 111000 0 101010 100010010 100111 101010

Color Harmonies of #704193

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704193

Black with #704193

Text Example


Text Example

White with #704193

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #704193; }

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

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

background-color css

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

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

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

border-color css

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

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

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