Html Css Color HEX #703DA7 Royal Purple

📋 copy color: '#703DA7'

red 112 ◦ green 61 ◦ blue 167

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

Shades of Royal Purple #703DA7

Tints of Royal Purple #703DA7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 49.12%

R = 32.94%
G = 17.94%
B = 49.12%

CMYK

 C value IS 0.33

 M value IS 0.63

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#703DA7 (or 0x703DA7) is known color: Royal Purple. HEX triplet: 70, 3D and A7. RGB value is (112,61,167). Sum of RGB (Red+Green+Blue) = 112+61+167=340 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.94% from 340); Green value is 61 (24.22% from 255 or 17.94% from 340); Blue value is 167 (65.62% from 255 or 49.12% from 340); Max value from RGB is 167 - color contains mainly: blue. Hex color #703DA7 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #703DA7 is #8FC258. Grayscale: #575757. Windows color (decimal): -9421401 or 10960240. OLE color: 10960240.

HSL color Cylindrical-coordinate representation of color #703DA7: hue angle of 268.87º degrees, saturation: 0.46, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #703DA7 is Cyan = 0.33, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 112 61 167 -
CMYK 0.33 0.63 0 0.35
HSL 268.87º 0.46% 0.45% -
HSV(B) 268.87º 0.63% 0.65% -
XYZ 15.33 9.57 37.6 -
YUV 88.33 172.4 144.88 -
System Red Green Blue C M Y K H S L
Decimal 112 61 167 0.33 0.63 0 0.35 268.87 0.46 0.45
Hex 70 3D A7 21 3F 0 23 10D 2E 2D
Octal 160 75 247 41 77 0 43 415 56 55
Binary 1110000 111101 10100111 100001 111111 0 100011 100001101 101110 101101

Color Harmonies of #703DA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #703DA7

Black with #703DA7

Text Example


Text Example

White with #703DA7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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