Html Css Color HEX #703297 Royal Purple

📋 copy color: '#703297'

red 112 ◦ green 50 ◦ blue 151

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

Shades of Royal Purple #703297

Tints of Royal Purple #703297

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 48.24%

R = 35.78%
G = 15.97%
B = 48.24%

CMYK

 C value IS 0.26

 M value IS 0.67

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#703297 (or 0x703297) is known color: Royal Purple. HEX triplet: 70, 32 and 97. RGB value is (112,50,151). Sum of RGB (Red+Green+Blue) = 112+50+151=313 (41% of max value = 765). Red value is 112 (44.14% from 255 or 35.78% from 313); Green value is 50 (19.92% from 255 or 15.97% from 313); Blue value is 151 (59.38% from 255 or 48.24% from 313); Max value from RGB is 151 - color contains mainly: blue. Hex color #703297 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #703297 is #8FCD68. Grayscale: #4F4F4F. Windows color (decimal): -9424233 or 9908848. OLE color: 9908848.

HSL color Cylindrical-coordinate representation of color #703297: hue angle of 276.83º 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 #703297 is Cyan = 0.26, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 112 50 151 -
CMYK 0.26 0.67 0 0.41
HSL 276.83º 0.5% 0.39% -
HSV(B) 276.83º 0.67% 0.59% -
XYZ 13.41 7.96 30.11 -
YUV 80.05 168.04 150.79 -
System Red Green Blue C M Y K H S L
Decimal 112 50 151 0.26 0.67 0 0.41 276.83 0.5 0.39
Hex 70 32 97 1A 43 0 29 115 32 27
Octal 160 62 227 32 103 0 51 425 62 47
Binary 1110000 110010 10010111 11010 1000011 0 101001 100010101 110010 100111

Color Harmonies of #703297

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #703297

Black with #703297

Text Example


Text Example

White with #703297

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #703297; }

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

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

background-color css

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

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

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

border-color css

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

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

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