Html Css Color HEX #703B9E Royal Purple

📋 copy color: '#703B9E'

red 112 ◦ green 59 ◦ blue 158

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

Shades of Royal Purple #703B9E

Tints of Royal Purple #703B9E

RGB

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

 GREEN value IS 59 (23.44% from 255) = 17.93%

 BLUE value IS 158 (62.11% from 255) = 48.02%

R = 34.04%
G = 17.93%
B = 48.02%

CMYK

 C value IS 0.29

 M value IS 0.63

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#703B9E (or 0x703B9E) is known color: Royal Purple. HEX triplet: 70, 3B and 9E. RGB value is (112,59,158). Sum of RGB (Red+Green+Blue) = 112+59+158=329 (43% of max value = 765). Red value is 112 (44.14% from 255 or 34.04% from 329); Green value is 59 (23.44% from 255 or 17.93% from 329); Blue value is 158 (62.11% from 255 or 48.02% from 329); Max value from RGB is 158 - color contains mainly: blue. Hex color #703B9E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #703B9E is #8FC461. Grayscale: #555555. Windows color (decimal): -9421922 or 10369904. OLE color: 10369904.

HSL color Cylindrical-coordinate representation of color #703B9E: hue angle of 272.12º degrees, saturation: 0.46, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #703B9E is Cyan = 0.29, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 112 59 158 -
CMYK 0.29 0.63 0 0.38
HSL 272.12º 0.46% 0.43% -
HSV(B) 272.12º 0.63% 0.62% -
XYZ 14.42 9.04 33.33 -
YUV 86.13 168.56 146.45 -
System Red Green Blue C M Y K H S L
Decimal 112 59 158 0.29 0.63 0 0.38 272.12 0.46 0.43
Hex 70 3B 9E 1D 3F 0 26 110 2E 2B
Octal 160 73 236 35 77 0 46 420 56 53
Binary 1110000 111011 10011110 11101 111111 0 100110 100010000 101110 101011

Color Harmonies of #703B9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #703B9E

Black with #703B9E

Text Example


Text Example

White with #703B9E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,59,158); }

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

background-color css

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

 a { background-color: rgb(112,59,158); }

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

border-color css

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

 span { border-color: rgb(112,59,158); }

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