Html Css Color HEX #704395 Royal Purple

📋 copy color: '#704395'

red 112 ◦ green 67 ◦ blue 149

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

Shades of Royal Purple #704395

Tints of Royal Purple #704395

RGB

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

 GREEN value IS 67 (26.56% from 255) = 20.43%

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

R = 34.15%
G = 20.43%
B = 45.43%

CMYK

 C value IS 0.25

 M value IS 0.55

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#704395 (or 0x704395) is known color: Royal Purple. HEX triplet: 70, 43 and 95. RGB value is (112,67,149). Sum of RGB (Red+Green+Blue) = 112+67+149=328 (43% of max value = 765). Red value is 112 (44.14% from 255 or 34.15% from 328); Green value is 67 (26.56% from 255 or 20.43% from 328); Blue value is 149 (58.59% from 255 or 45.43% from 328); Max value from RGB is 149 - color contains mainly: blue. Hex color #704395 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #704395 is #8FBC6A. Grayscale: #595959. Windows color (decimal): -9419883 or 9782128. OLE color: 9782128.

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

Color convert

RGB 112 67 149 -
CMYK 0.25 0.55 0 0.42
HSL 272.93º 0.38% 0.42% -
HSV(B) 272.93º 0.55% 0.58% -
XYZ 14.11 9.63 29.55 -
YUV 89.8 161.41 143.83 -
System Red Green Blue C M Y K H S L
Decimal 112 67 149 0.25 0.55 0 0.42 272.93 0.38 0.42
Hex 70 43 95 19 37 0 2A 111 26 2A
Octal 160 103 225 31 67 0 52 421 46 52
Binary 1110000 1000011 10010101 11001 110111 0 101010 100010001 100110 101010

Color Harmonies of #704395

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704395

Black with #704395

Text Example


Text Example

White with #704395

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #704395; }

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

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

background-color css

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

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

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

border-color css

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

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

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