Html Css Color HEX #703596 Royal Purple

📋 copy color: '#703596'

red 112 ◦ green 53 ◦ blue 150

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

Shades of Royal Purple #703596

Tints of Royal Purple #703596

RGB

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

 GREEN value IS 53 (21.09% from 255) = 16.83%

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

R = 35.56%
G = 16.83%
B = 47.62%

CMYK

 C value IS 0.25

 M value IS 0.65

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#703596 (or 0x703596) is known color: Royal Purple. HEX triplet: 70, 35 and 96. RGB value is (112,53,150). Sum of RGB (Red+Green+Blue) = 112+53+150=315 (41% of max value = 765). Red value is 112 (44.14% from 255 or 35.56% from 315); Green value is 53 (21.09% from 255 or 16.83% from 315); Blue value is 150 (58.98% from 255 or 47.62% from 315); Max value from RGB is 150 - color contains mainly: blue. Hex color #703596 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #703596 is #8FCA69. Grayscale: #515151. Windows color (decimal): -9423466 or 9844080. OLE color: 9844080.

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

Color convert

RGB 112 53 150 -
CMYK 0.25 0.65 0 0.41
HSL 276.49º 0.48% 0.4% -
HSV(B) 276.49º 0.65% 0.59% -
XYZ 13.46 8.19 29.73 -
YUV 81.7 166.55 149.61 -
System Red Green Blue C M Y K H S L
Decimal 112 53 150 0.25 0.65 0 0.41 276.49 0.48 0.4
Hex 70 35 96 19 41 0 29 114 30 28
Octal 160 65 226 31 101 0 51 424 60 50
Binary 1110000 110101 10010110 11001 1000001 0 101001 100010100 110000 101000

Color Harmonies of #703596

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #703596

Black with #703596

Text Example


Text Example

White with #703596

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #703596; }

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

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

background-color css

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

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

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

border-color css

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

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

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