Html Css Color HEX #703296 Royal Purple

📋 copy color: '#703296'

red 112 ◦ green 50 ◦ blue 150

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

Shades of Royal Purple #703296

Tints of Royal Purple #703296

RGB

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

 GREEN value IS 50 (19.92% from 255) = 16.03%

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

R = 35.9%
G = 16.03%
B = 48.08%

CMYK

 C value IS 0.25

 M value IS 0.67

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#703296 (or 0x703296) is known color: Royal Purple. HEX triplet: 70, 32 and 96. RGB value is (112,50,150). Sum of RGB (Red+Green+Blue) = 112+50+150=312 (41% of max value = 765). Red value is 112 (44.14% from 255 or 35.90% from 312); Green value is 50 (19.92% from 255 or 16.03% from 312); Blue value is 150 (58.98% from 255 or 48.08% from 312); Max value from RGB is 150 - color contains mainly: blue. Hex color #703296 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #703296 is #8FCD69. Grayscale: #4F4F4F. Windows color (decimal): -9424234 or 9843312. OLE color: 9843312.

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

Color convert

RGB 112 50 150 -
CMYK 0.25 0.67 0 0.41
HSL 277.2º 0.5% 0.39% -
HSV(B) 277.2º 0.67% 0.59% -
XYZ 13.33 7.93 29.68 -
YUV 79.94 167.54 150.87 -
System Red Green Blue C M Y K H S L
Decimal 112 50 150 0.25 0.67 0 0.41 277.2 0.5 0.39
Hex 70 32 96 19 43 0 29 115 32 27
Octal 160 62 226 31 103 0 51 425 62 47
Binary 1110000 110010 10010110 11001 1000011 0 101001 100010101 110010 100111

Color Harmonies of #703296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #703296

Black with #703296

Text Example


Text Example

White with #703296

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #703296; }

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

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

background-color css

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

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

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

border-color css

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

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

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