Html Css Color HEX #703894 Royal Purple

📋 copy color: '#703894'

red 112 ◦ green 56 ◦ blue 148

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

Shades of Royal Purple #703894

Tints of Royal Purple #703894

RGB

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

 GREEN value IS 56 (22.27% from 255) = 17.72%

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

R = 35.44%
G = 17.72%
B = 46.84%

CMYK

 C value IS 0.24

 M value IS 0.62

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#703894 (or 0x703894) is known color: Royal Purple. HEX triplet: 70, 38 and 94. RGB value is (112,56,148). Sum of RGB (Red+Green+Blue) = 112+56+148=316 (41% of max value = 765). Red value is 112 (44.14% from 255 or 35.44% from 316); Green value is 56 (22.27% from 255 or 17.72% from 316); Blue value is 148 (58.20% from 255 or 46.84% from 316); Max value from RGB is 148 - color contains mainly: blue. Hex color #703894 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #703894 is #8FC76B. Grayscale: #525252. Windows color (decimal): -9422700 or 9713776. OLE color: 9713776.

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

Color convert

RGB 112 56 148 -
CMYK 0.24 0.62 0 0.42
HSL 276.52º 0.45% 0.4% -
HSV(B) 276.52º 0.62% 0.58% -
XYZ 13.44 8.41 28.93 -
YUV 83.23 164.55 148.52 -
System Red Green Blue C M Y K H S L
Decimal 112 56 148 0.24 0.62 0 0.42 276.52 0.45 0.4
Hex 70 38 94 18 3E 0 2A 115 2D 28
Octal 160 70 224 30 76 0 52 425 55 50
Binary 1110000 111000 10010100 11000 111110 0 101010 100010101 101101 101000

Color Harmonies of #703894

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #703894

Black with #703894

Text Example


Text Example

White with #703894

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #703894; }

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

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

background-color css

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

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

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

border-color css

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

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

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