Html Css Color HEX #703499 Royal Purple

📋 copy color: '#703499'

red 112 ◦ green 52 ◦ blue 153

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

Shades of Royal Purple #703499

Tints of Royal Purple #703499

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 48.26%

R = 35.33%
G = 16.4%
B = 48.26%

CMYK

 C value IS 0.27

 M value IS 0.66

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#703499 (or 0x703499) is known color: Royal Purple. HEX triplet: 70, 34 and 99. RGB value is (112,52,153). Sum of RGB (Red+Green+Blue) = 112+52+153=317 (41% of max value = 765). Red value is 112 (44.14% from 255 or 35.33% from 317); Green value is 52 (20.70% from 255 or 16.40% from 317); Blue value is 153 (60.16% from 255 or 48.26% from 317); Max value from RGB is 153 - color contains mainly: blue. Hex color #703499 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #703499 is #8FCB66. Grayscale: #515151. Windows color (decimal): -9423719 or 10040432. OLE color: 10040432.

HSL color Cylindrical-coordinate representation of color #703499: hue angle of 275.64º degrees, saturation: 0.49, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #703499 is Cyan = 0.27, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 112 52 153 -
CMYK 0.27 0.66 0 0.4
HSL 275.64º 0.49% 0.4% -
HSV(B) 275.64º 0.66% 0.6% -
XYZ 13.66 8.2 31 -
YUV 81.45 168.38 149.79 -
System Red Green Blue C M Y K H S L
Decimal 112 52 153 0.27 0.66 0 0.4 275.64 0.49 0.4
Hex 70 34 99 1B 42 0 28 114 31 28
Octal 160 64 231 33 102 0 50 424 61 50
Binary 1110000 110100 10011001 11011 1000010 0 101000 100010100 110001 101000

Color Harmonies of #703499

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #703499

Black with #703499

Text Example


Text Example

White with #703499

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #703499; }

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

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

background-color css

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

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

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

border-color css

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

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

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