Html Css Color HEX #703496 Royal Purple

📋 copy color: '#703496'

red 112 ◦ green 52 ◦ blue 150

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

Shades of Royal Purple #703496

Tints of Royal Purple #703496

RGB

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

 GREEN value IS 52 (20.7% from 255) = 16.56%

 BLUE value IS 150 (58.98% from 255) = 47.77%

R = 35.67%
G = 16.56%
B = 47.77%

CMYK

 C value IS 0.25

 M value IS 0.65

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#703496 (or 0x703496) is known color: Royal Purple. HEX triplet: 70, 34 and 96. RGB value is (112,52,150). Sum of RGB (Red+Green+Blue) = 112+52+150=314 (41% of max value = 765). Red value is 112 (44.14% from 255 or 35.67% from 314); Green value is 52 (20.70% from 255 or 16.56% from 314); Blue value is 150 (58.98% from 255 or 47.77% from 314); Max value from RGB is 150 - color contains mainly: blue. Hex color #703496 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #703496 is #8FCB69. Grayscale: #505050. Windows color (decimal): -9423722 or 9843824. OLE color: 9843824.

HSL color Cylindrical-coordinate representation of color #703496: hue angle of 276.73º degrees, saturation: 0.49, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #703496 is Cyan = 0.25, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 112 52 150 -
CMYK 0.25 0.65 0 0.41
HSL 276.73º 0.49% 0.4% -
HSV(B) 276.73º 0.65% 0.59% -
XYZ 13.42 8.1 29.71 -
YUV 81.11 166.88 150.03 -
System Red Green Blue C M Y K H S L
Decimal 112 52 150 0.25 0.65 0 0.41 276.73 0.49 0.4
Hex 70 34 96 19 41 0 29 115 31 28
Octal 160 64 226 31 101 0 51 425 61 50
Binary 1110000 110100 10010110 11001 1000001 0 101001 100010101 110001 101000

Color Harmonies of #703496

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #703496

Black with #703496

Text Example


Text Example

White with #703496

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #703496; }

 p { color: rgb(112,52,150); }

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

background-color css

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

 a { background-color: rgb(112,52,150); }

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

border-color css

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

 span { border-color: rgb(112,52,150); }

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