Html Css Color HEX #703594 Royal Purple

📋 copy color: '#703594'

red 112 ◦ green 53 ◦ blue 148

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

Shades of Royal Purple #703594

Tints of Royal Purple #703594

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 47.28%

R = 35.78%
G = 16.93%
B = 47.28%

CMYK

 C value IS 0.24

 M value IS 0.64

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#703594 (or 0x703594) is known color: Royal Purple. HEX triplet: 70, 35 and 94. RGB value is (112,53,148). Sum of RGB (Red+Green+Blue) = 112+53+148=313 (41% of max value = 765). Red value is 112 (44.14% from 255 or 35.78% from 313); Green value is 53 (21.09% from 255 or 16.93% from 313); Blue value is 148 (58.20% from 255 or 47.28% from 313); Max value from RGB is 148 - color contains mainly: blue. Hex color #703594 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #703594 is #8FCA6B. Grayscale: #515151. Windows color (decimal): -9423468 or 9713008. OLE color: 9713008.

HSL color Cylindrical-coordinate representation of color #703594: hue angle of 277.26º degrees, saturation: 0.47, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #703594 is Cyan = 0.24, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 112 53 148 -
CMYK 0.24 0.64 0 0.42
HSL 277.26º 0.47% 0.39% -
HSV(B) 277.26º 0.64% 0.58% -
XYZ 13.3 8.13 28.89 -
YUV 81.47 165.55 149.78 -
System Red Green Blue C M Y K H S L
Decimal 112 53 148 0.24 0.64 0 0.42 277.26 0.47 0.39
Hex 70 35 94 18 40 0 2A 115 2F 27
Octal 160 65 224 30 100 0 52 425 57 47
Binary 1110000 110101 10010100 11000 1000000 0 101010 100010101 101111 100111

Color Harmonies of #703594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #703594

Black with #703594

Text Example


Text Example

White with #703594

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #703594; }

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

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

background-color css

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

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

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

border-color css

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

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

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