Html Css Color HEX #703DA1 Royal Purple

📋 copy color: '#703DA1'

red 112 ◦ green 61 ◦ blue 161

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

Shades of Royal Purple #703DA1

Tints of Royal Purple #703DA1

RGB

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

 GREEN value IS 61 (24.22% from 255) = 18.26%

 BLUE value IS 161 (63.28% from 255) = 48.2%

R = 33.53%
G = 18.26%
B = 48.2%

CMYK

 C value IS 0.30

 M value IS 0.62

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#703DA1 (or 0x703DA1) is known color: Royal Purple. HEX triplet: 70, 3D and A1. RGB value is (112,61,161). Sum of RGB (Red+Green+Blue) = 112+61+161=334 (44% of max value = 765). Red value is 112 (44.14% from 255 or 33.53% from 334); Green value is 61 (24.22% from 255 or 18.26% from 334); Blue value is 161 (63.28% from 255 or 48.20% from 334); Max value from RGB is 161 - color contains mainly: blue. Hex color #703DA1 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #703DA1 is #8FC25E. Grayscale: #575757. Windows color (decimal): -9421407 or 10567024. OLE color: 10567024.

HSL color Cylindrical-coordinate representation of color #703DA1: hue angle of 270.6º degrees, saturation: 0.45, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #703DA1 is Cyan = 0.30, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 112 61 161 -
CMYK 0.30 0.62 0 0.37
HSL 270.6º 0.45% 0.44% -
HSV(B) 270.6º 0.62% 0.63% -
XYZ 14.78 9.36 34.74 -
YUV 87.65 169.4 145.37 -
System Red Green Blue C M Y K H S L
Decimal 112 61 161 0.30 0.62 0 0.37 270.6 0.45 0.44
Hex 70 3D A1 1E 3E 0 25 10F 2D 2C
Octal 160 75 241 36 76 0 45 417 55 54
Binary 1110000 111101 10100001 11110 111110 0 100101 100001111 101101 101100

Color Harmonies of #703DA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #703DA1

Black with #703DA1

Text Example


Text Example

White with #703DA1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,61,161); }

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

background-color css

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

 a { background-color: rgb(112,61,161); }

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

border-color css

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

 span { border-color: rgb(112,61,161); }

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