Html Css Color HEX #704095 Royal Purple

📋 copy color: '#704095'

red 112 ◦ green 64 ◦ blue 149

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

Shades of Royal Purple #704095

Tints of Royal Purple #704095

RGB

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

 GREEN value IS 64 (25.39% from 255) = 19.69%

 BLUE value IS 149 (58.59% from 255) = 45.85%

R = 34.46%
G = 19.69%
B = 45.85%

CMYK

 C value IS 0.25

 M value IS 0.57

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#704095 (or 0x704095) is known color: Royal Purple. HEX triplet: 70, 40 and 95. RGB value is (112,64,149). Sum of RGB (Red+Green+Blue) = 112+64+149=325 (43% of max value = 765). Red value is 112 (44.14% from 255 or 34.46% from 325); Green value is 64 (25.39% from 255 or 19.69% from 325); Blue value is 149 (58.59% from 255 or 45.85% from 325); Max value from RGB is 149 - color contains mainly: blue. Hex color #704095 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #704095 is #8FBF6A. Grayscale: #575757. Windows color (decimal): -9420651 or 9781360. OLE color: 9781360.

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

Color convert

RGB 112 64 149 -
CMYK 0.25 0.57 0 0.42
HSL 273.88º 0.4% 0.42% -
HSV(B) 273.88º 0.57% 0.58% -
XYZ 13.94 9.28 29.49 -
YUV 88.04 162.4 145.09 -
System Red Green Blue C M Y K H S L
Decimal 112 64 149 0.25 0.57 0 0.42 273.88 0.4 0.42
Hex 70 40 95 19 39 0 2A 112 28 2A
Octal 160 100 225 31 71 0 52 422 50 52
Binary 1110000 1000000 10010101 11001 111001 0 101010 100010010 101000 101010

Color Harmonies of #704095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704095

Black with #704095

Text Example


Text Example

White with #704095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #704095; }

 p { color: rgb(112,64,149); }

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

background-color css

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

 a { background-color: rgb(112,64,149); }

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

border-color css

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

 span { border-color: rgb(112,64,149); }

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