Html Css Color HEX #703F9D Royal Purple

📋 copy color: '#703F9D'

red 112 ◦ green 63 ◦ blue 157

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

Shades of Royal Purple #703F9D

Tints of Royal Purple #703F9D

RGB

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

 GREEN value IS 63 (25% from 255) = 18.98%

 BLUE value IS 157 (61.72% from 255) = 47.29%

R = 33.73%
G = 18.98%
B = 47.29%

CMYK

 C value IS 0.29

 M value IS 0.60

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#703F9D (or 0x703F9D) is known color: Royal Purple. HEX triplet: 70, 3F and 9D. RGB value is (112,63,157). Sum of RGB (Red+Green+Blue) = 112+63+157=332 (43% of max value = 765). Red value is 112 (44.14% from 255 or 33.73% from 332); Green value is 63 (25% from 255 or 18.98% from 332); Blue value is 157 (61.72% from 255 or 47.29% from 332); Max value from RGB is 157 - color contains mainly: blue. Hex color #703F9D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #703F9D is #8FC062. Grayscale: #585858. Windows color (decimal): -9420899 or 10305392. OLE color: 10305392.

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

Color convert

RGB 112 63 157 -
CMYK 0.29 0.60 0 0.38
HSL 271.28º 0.43% 0.43% -
HSV(B) 271.28º 0.6% 0.62% -
XYZ 14.55 9.43 32.95 -
YUV 88.37 166.73 144.86 -
System Red Green Blue C M Y K H S L
Decimal 112 63 157 0.29 0.60 0 0.38 271.28 0.43 0.43
Hex 70 3F 9D 1D 3C 0 26 10F 2B 2B
Octal 160 77 235 35 74 0 46 417 53 53
Binary 1110000 111111 10011101 11101 111100 0 100110 100001111 101011 101011

Color Harmonies of #703F9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #703F9D

Black with #703F9D

Text Example


Text Example

White with #703F9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,63,157); }

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

background-color css

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

 a { background-color: rgb(112,63,157); }

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

border-color css

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

 span { border-color: rgb(112,63,157); }

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