Html Css Color HEX #703698 Royal Purple

📋 copy color: '#703698'

red 112 ◦ green 54 ◦ blue 152

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

Shades of Royal Purple #703698

Tints of Royal Purple #703698

RGB

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

 GREEN value IS 54 (21.48% from 255) = 16.98%

 BLUE value IS 152 (59.77% from 255) = 47.8%

R = 35.22%
G = 16.98%
B = 47.8%

CMYK

 C value IS 0.26

 M value IS 0.64

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#703698 (or 0x703698) is known color: Royal Purple. HEX triplet: 70, 36 and 98. RGB value is (112,54,152). Sum of RGB (Red+Green+Blue) = 112+54+152=318 (42% of max value = 765). Red value is 112 (44.14% from 255 or 35.22% from 318); Green value is 54 (21.48% from 255 or 16.98% from 318); Blue value is 152 (59.77% from 255 or 47.80% from 318); Max value from RGB is 152 - color contains mainly: blue. Hex color #703698 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #703698 is #8FC967. Grayscale: #525252. Windows color (decimal): -9423208 or 9975408. OLE color: 9975408.

HSL color Cylindrical-coordinate representation of color #703698: hue angle of 275.51º degrees, saturation: 0.48, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #703698 is Cyan = 0.26, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 112 54 152 -
CMYK 0.26 0.64 0 0.40
HSL 275.51º 0.48% 0.4% -
HSV(B) 275.51º 0.64% 0.6% -
XYZ 13.67 8.35 30.6 -
YUV 82.51 167.22 149.03 -
System Red Green Blue C M Y K H S L
Decimal 112 54 152 0.26 0.64 0 0.40 275.51 0.48 0.4
Hex 70 36 98 1A 40 0 28 114 30 28
Octal 160 66 230 32 100 0 50 424 60 50
Binary 1110000 110110 10011000 11010 1000000 0 101000 100010100 110000 101000

Color Harmonies of #703698

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #703698

Black with #703698

Text Example


Text Example

White with #703698

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #703698; }

 p { color: rgb(112,54,152); }

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

background-color css

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

 a { background-color: rgb(112,54,152); }

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

border-color css

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

 span { border-color: rgb(112,54,152); }

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