Html Css Color HEX #704192 Royal Purple

📋 copy color: '#704192'

red 112 ◦ green 65 ◦ blue 146

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

Shades of Royal Purple #704192

Tints of Royal Purple #704192

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 45.2%

R = 34.67%
G = 20.12%
B = 45.2%

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

#704192 (or 0x704192) is known color: Royal Purple. HEX triplet: 70, 41 and 92. RGB value is (112,65,146). Sum of RGB (Red+Green+Blue) = 112+65+146=323 (42% of max value = 765). Red value is 112 (44.14% from 255 or 34.67% from 323); Green value is 65 (25.78% from 255 or 20.12% from 323); Blue value is 146 (57.42% from 255 or 45.20% from 323); Max value from RGB is 146 - color contains mainly: blue. Hex color #704192 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #704192 is #8FBE6D. Grayscale: #585858. Windows color (decimal): -9420398 or 9585008. OLE color: 9585008.

HSL color Cylindrical-coordinate representation of color #704192: hue angle of 274.81º 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 #704192 is Cyan = 0.23, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 112 65 146 -
CMYK 0.23 0.55 0 0.43
HSL 274.81º 0.38% 0.41% -
HSV(B) 274.81º 0.55% 0.57% -
XYZ 13.76 9.3 28.26 -
YUV 88.29 160.57 144.91 -
System Red Green Blue C M Y K H S L
Decimal 112 65 146 0.23 0.55 0 0.43 274.81 0.38 0.41
Hex 70 41 92 17 37 0 2B 113 26 29
Octal 160 101 222 27 67 0 53 423 46 51
Binary 1110000 1000001 10010010 10111 110111 0 101011 100010011 100110 101001

Color Harmonies of #704192

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704192

Black with #704192

Text Example


Text Example

White with #704192

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #704192; }

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

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

background-color css

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

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

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

border-color css

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

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

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