Html Css Color HEX #703397 Royal Purple

📋 copy color: '#703397'

red 112 ◦ green 51 ◦ blue 151

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

Shades of Royal Purple #703397

Tints of Royal Purple #703397

RGB

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

 GREEN value IS 51 (20.31% from 255) = 16.24%

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

R = 35.67%
G = 16.24%
B = 48.09%

CMYK

 C value IS 0.26

 M value IS 0.66

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#703397 (or 0x703397) is known color: Royal Purple. HEX triplet: 70, 33 and 97. RGB value is (112,51,151). Sum of RGB (Red+Green+Blue) = 112+51+151=314 (41% of max value = 765). Red value is 112 (44.14% from 255 or 35.67% from 314); Green value is 51 (20.31% from 255 or 16.24% from 314); Blue value is 151 (59.38% from 255 or 48.09% from 314); Max value from RGB is 151 - color contains mainly: blue. Hex color #703397 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #703397 is #8FCC68. Grayscale: #505050. Windows color (decimal): -9423977 or 9909104. OLE color: 9909104.

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

Color convert

RGB 112 51 151 -
CMYK 0.26 0.66 0 0.41
HSL 276.6º 0.5% 0.4% -
HSV(B) 276.6º 0.66% 0.59% -
XYZ 13.45 8.05 30.12 -
YUV 80.64 167.71 150.37 -
System Red Green Blue C M Y K H S L
Decimal 112 51 151 0.26 0.66 0 0.41 276.6 0.5 0.4
Hex 70 33 97 1A 42 0 29 115 32 28
Octal 160 63 227 32 102 0 51 425 62 50
Binary 1110000 110011 10010111 11010 1000010 0 101001 100010101 110010 101000

Color Harmonies of #703397

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #703397

Black with #703397

Text Example


Text Example

White with #703397

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #703397; }

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

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

background-color css

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

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

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

border-color css

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

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

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