Html Css Color HEX #703DAB Royal Purple

📋 copy color: '#703DAB'

red 112 ◦ green 61 ◦ blue 171

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

Shades of Royal Purple #703DAB

Tints of Royal Purple #703DAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 49.71%

R = 32.56%
G = 17.73%
B = 49.71%

CMYK

 C value IS 0.35

 M value IS 0.64

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#703DAB (or 0x703DAB) is known color: Royal Purple. HEX triplet: 70, 3D and AB. RGB value is (112,61,171). Sum of RGB (Red+Green+Blue) = 112+61+171=344 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.56% from 344); Green value is 61 (24.22% from 255 or 17.73% from 344); Blue value is 171 (67.19% from 255 or 49.71% from 344); Max value from RGB is 171 - color contains mainly: blue. Hex color #703DAB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #703DAB is #8FC254. Grayscale: #585858. Windows color (decimal): -9421397 or 11222384. OLE color: 11222384.

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

Color convert

RGB 112 61 171 -
CMYK 0.35 0.64 0 0.33
HSL 267.82º 0.47% 0.45% -
HSV(B) 267.82º 0.64% 0.67% -
XYZ 15.7 9.72 39.58 -
YUV 88.79 174.4 144.56 -
System Red Green Blue C M Y K H S L
Decimal 112 61 171 0.35 0.64 0 0.33 267.82 0.47 0.45
Hex 70 3D AB 23 40 0 21 10C 2F 2D
Octal 160 75 253 43 100 0 41 414 57 55
Binary 1110000 111101 10101011 100011 1000000 0 100001 100001100 101111 101101

Color Harmonies of #703DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #703DAB

Black with #703DAB

Text Example


Text Example

White with #703DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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