Html Css Color HEX #704194 Royal Purple

📋 copy color: '#704194'

red 112 ◦ green 65 ◦ blue 148

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

Shades of Royal Purple #704194

Tints of Royal Purple #704194

RGB

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

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

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

R = 34.46%
G = 20%
B = 45.54%

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

#704194 (or 0x704194) is known color: Royal Purple. HEX triplet: 70, 41 and 94. RGB value is (112,65,148). Sum of RGB (Red+Green+Blue) = 112+65+148=325 (43% of max value = 765). Red value is 112 (44.14% from 255 or 34.46% from 325); Green value is 65 (25.78% from 255 or 20% from 325); Blue value is 148 (58.20% from 255 or 45.54% from 325); Max value from RGB is 148 - color contains mainly: blue. Hex color #704194 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #704194 is #8FBE6B. Grayscale: #585858. Windows color (decimal): -9420396 or 9716080. OLE color: 9716080.

HSL color Cylindrical-coordinate representation of color #704194: hue angle of 273.98º 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 #704194 is Cyan = 0.24, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 112 65 148 -
CMYK 0.24 0.56 0 0.42
HSL 273.98º 0.39% 0.42% -
HSV(B) 273.98º 0.56% 0.58% -
XYZ 13.92 9.36 29.09 -
YUV 88.52 161.57 144.75 -
System Red Green Blue C M Y K H S L
Decimal 112 65 148 0.24 0.56 0 0.42 273.98 0.39 0.42
Hex 70 41 94 18 38 0 2A 112 27 2A
Octal 160 101 224 30 70 0 52 422 47 52
Binary 1110000 1000001 10010100 11000 111000 0 101010 100010010 100111 101010

Color Harmonies of #704194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704194

Black with #704194

Text Example


Text Example

White with #704194

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #704194; }

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

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

background-color css

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

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

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

border-color css

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

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

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