Html Css Color HEX #703497 Royal Purple

📋 copy color: '#703497'

red 112 ◦ green 52 ◦ blue 151

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

Shades of Royal Purple #703497

Tints of Royal Purple #703497

RGB

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

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

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

R = 35.56%
G = 16.51%
B = 47.94%

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

#703497 (or 0x703497) is known color: Royal Purple. HEX triplet: 70, 34 and 97. RGB value is (112,52,151). Sum of RGB (Red+Green+Blue) = 112+52+151=315 (41% of max value = 765). Red value is 112 (44.14% from 255 or 35.56% from 315); Green value is 52 (20.70% from 255 or 16.51% from 315); Blue value is 151 (59.38% from 255 or 47.94% from 315); Max value from RGB is 151 - color contains mainly: blue. Hex color #703497 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #703497 is #8FCB68. Grayscale: #505050. Windows color (decimal): -9423721 or 9909360. OLE color: 9909360.

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

Color convert

RGB 112 52 151 -
CMYK 0.26 0.66 0 0.41
HSL 276.36º 0.49% 0.4% -
HSV(B) 276.36º 0.66% 0.59% -
XYZ 13.5 8.14 30.14 -
YUV 81.23 167.38 149.95 -
System Red Green Blue C M Y K H S L
Decimal 112 52 151 0.26 0.66 0 0.41 276.36 0.49 0.4
Hex 70 34 97 1A 42 0 29 114 31 28
Octal 160 64 227 32 102 0 51 424 61 50
Binary 1110000 110100 10010111 11010 1000010 0 101001 100010100 110001 101000

Color Harmonies of #703497

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #703497

Black with #703497

Text Example


Text Example

White with #703497

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #703497; }

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

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

background-color css

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

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

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

border-color css

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

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

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