Html Css Color HEX #703F97 Royal Purple

📋 copy color: '#703F97'

red 112 ◦ green 63 ◦ blue 151

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

Shades of Royal Purple #703F97

Tints of Royal Purple #703F97

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 46.32%

R = 34.36%
G = 19.33%
B = 46.32%

CMYK

 C value IS 0.26

 M value IS 0.58

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#703F97 (or 0x703F97) is known color: Royal Purple. HEX triplet: 70, 3F and 97. RGB value is (112,63,151). Sum of RGB (Red+Green+Blue) = 112+63+151=326 (43% of max value = 765). Red value is 112 (44.14% from 255 or 34.36% from 326); Green value is 63 (25% from 255 or 19.33% from 326); Blue value is 151 (59.38% from 255 or 46.32% from 326); Max value from RGB is 151 - color contains mainly: blue. Hex color #703F97 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #703F97 is #8FC068. Grayscale: #575757. Windows color (decimal): -9420905 or 9912176. OLE color: 9912176.

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

Color convert

RGB 112 63 151 -
CMYK 0.26 0.58 0 0.41
HSL 273.41º 0.41% 0.42% -
HSV(B) 273.41º 0.58% 0.59% -
XYZ 14.05 9.23 30.32 -
YUV 87.68 163.73 145.34 -
System Red Green Blue C M Y K H S L
Decimal 112 63 151 0.26 0.58 0 0.41 273.41 0.41 0.42
Hex 70 3F 97 1A 3A 0 29 111 29 2A
Octal 160 77 227 32 72 0 51 421 51 52
Binary 1110000 111111 10010111 11010 111010 0 101001 100010001 101001 101010

Color Harmonies of #703F97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #703F97

Black with #703F97

Text Example


Text Example

White with #703F97

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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