Html Css Color HEX #703DAE Royal Purple

📋 copy color: '#703DAE'

red 112 ◦ green 61 ◦ blue 174

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

Shades of Royal Purple #703DAE

Tints of Royal Purple #703DAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 50.14%

R = 32.28%
G = 17.58%
B = 50.14%

CMYK

 C value IS 0.36

 M value IS 0.65

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#703DAE (or 0x703DAE) is known color: Royal Purple. HEX triplet: 70, 3D and AE. RGB value is (112,61,174). Sum of RGB (Red+Green+Blue) = 112+61+174=347 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.28% from 347); Green value is 61 (24.22% from 255 or 17.58% from 347); Blue value is 174 (68.36% from 255 or 50.14% from 347); Max value from RGB is 174 - color contains mainly: blue. Hex color #703DAE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #703DAE is #8FC251. Grayscale: #585858. Windows color (decimal): -9421394 or 11418992. OLE color: 11418992.

HSL color Cylindrical-coordinate representation of color #703DAE: hue angle of 267.08º degrees, saturation: 0.48, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #703DAE is Cyan = 0.36, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 112 61 174 -
CMYK 0.36 0.65 0 0.32
HSL 267.08º 0.48% 0.46% -
HSV(B) 267.08º 0.65% 0.68% -
XYZ 15.99 9.84 41.1 -
YUV 89.13 175.9 144.31 -
System Red Green Blue C M Y K H S L
Decimal 112 61 174 0.36 0.65 0 0.32 267.08 0.48 0.46
Hex 70 3D AE 24 41 0 20 10B 30 2E
Octal 160 75 256 44 101 0 40 413 60 56
Binary 1110000 111101 10101110 100100 1000001 0 100000 100001011 110000 101110

Color Harmonies of #703DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #703DAE

Black with #703DAE

Text Example


Text Example

White with #703DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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