Html Css Color HEX #703F94 Royal Purple

📋 copy color: '#703F94'

red 112 ◦ green 63 ◦ blue 148

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

Shades of Royal Purple #703F94

Tints of Royal Purple #703F94

RGB

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

 GREEN value IS 63 (25% from 255) = 19.5%

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

R = 34.67%
G = 19.5%
B = 45.82%

CMYK

 C value IS 0.24

 M value IS 0.57

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#703F94 (or 0x703F94) is known color: Royal Purple. HEX triplet: 70, 3F and 94. RGB value is (112,63,148). Sum of RGB (Red+Green+Blue) = 112+63+148=323 (42% of max value = 765). Red value is 112 (44.14% from 255 or 34.67% from 323); Green value is 63 (25% from 255 or 19.50% from 323); Blue value is 148 (58.20% from 255 or 45.82% from 323); Max value from RGB is 148 - color contains mainly: blue. Hex color #703F94 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #703F94 is #8FC06B. Grayscale: #575757. Windows color (decimal): -9420908 or 9715568. OLE color: 9715568.

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

Color convert

RGB 112 63 148 -
CMYK 0.24 0.57 0 0.42
HSL 274.59º 0.4% 0.41% -
HSV(B) 274.59º 0.57% 0.58% -
XYZ 13.8 9.14 29.05 -
YUV 87.34 162.23 145.59 -
System Red Green Blue C M Y K H S L
Decimal 112 63 148 0.24 0.57 0 0.42 274.59 0.4 0.41
Hex 70 3F 94 18 39 0 2A 113 28 29
Octal 160 77 224 30 71 0 52 423 50 51
Binary 1110000 111111 10010100 11000 111001 0 101010 100010011 101000 101001

Color Harmonies of #703F94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #703F94

Black with #703F94

Text Example


Text Example

White with #703F94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #703F94; }

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

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

background-color css

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

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

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

border-color css

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

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

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