Html Css Color HEX #703F90 Royal Purple

📋 copy color: '#703F90'

red 112 ◦ green 63 ◦ blue 144

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

Shades of Royal Purple #703F90

Tints of Royal Purple #703F90

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 45.14%

R = 35.11%
G = 19.75%
B = 45.14%

CMYK

 C value IS 0.22

 M value IS 0.56

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#703F90 (or 0x703F90) is known color: Royal Purple. HEX triplet: 70, 3F and 90. RGB value is (112,63,144). Sum of RGB (Red+Green+Blue) = 112+63+144=319 (42% of max value = 765). Red value is 112 (44.14% from 255 or 35.11% from 319); Green value is 63 (25% from 255 or 19.75% from 319); Blue value is 144 (56.64% from 255 or 45.14% from 319); Max value from RGB is 144 - color contains mainly: blue. Hex color #703F90 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #703F90 is #8FC06F. Grayscale: #565656. Windows color (decimal): -9420912 or 9453424. OLE color: 9453424.

HSL color Cylindrical-coordinate representation of color #703F90: hue angle of 276.3º degrees, saturation: 0.39, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #703F90 is Cyan = 0.22, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 112 63 144 -
CMYK 0.22 0.56 0 0.44
HSL 276.3º 0.39% 0.41% -
HSV(B) 276.3º 0.56% 0.56% -
XYZ 13.49 9.01 27.41 -
YUV 86.89 160.23 145.91 -
System Red Green Blue C M Y K H S L
Decimal 112 63 144 0.22 0.56 0 0.44 276.3 0.39 0.41
Hex 70 3F 90 16 38 0 2C 114 27 29
Octal 160 77 220 26 70 0 54 424 47 51
Binary 1110000 111111 10010000 10110 111000 0 101100 100010100 100111 101001

Color Harmonies of #703F90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #703F90

Black with #703F90

Text Example


Text Example

White with #703F90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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