Html Css Color HEX #703498 Royal Purple

📋 copy color: '#703498'

red 112 ◦ green 52 ◦ blue 152

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

Shades of Royal Purple #703498

Tints of Royal Purple #703498

RGB

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

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

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

R = 35.44%
G = 16.46%
B = 48.1%

CMYK

 C value IS 0.26

 M value IS 0.66

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#703498 (or 0x703498) is known color: Royal Purple. HEX triplet: 70, 34 and 98. RGB value is (112,52,152). Sum of RGB (Red+Green+Blue) = 112+52+152=316 (41% of max value = 765). Red value is 112 (44.14% from 255 or 35.44% from 316); Green value is 52 (20.70% from 255 or 16.46% from 316); Blue value is 152 (59.77% from 255 or 48.10% from 316); Max value from RGB is 152 - color contains mainly: blue. Hex color #703498 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #703498 is #8FCB67. Grayscale: #515151. Windows color (decimal): -9423720 or 9974896. OLE color: 9974896.

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

Color convert

RGB 112 52 152 -
CMYK 0.26 0.66 0 0.40
HSL 276º 0.49% 0.4% -
HSV(B) 276º 0.66% 0.6% -
XYZ 13.58 8.17 30.57 -
YUV 81.34 167.88 149.87 -
System Red Green Blue C M Y K H S L
Decimal 112 52 152 0.26 0.66 0 0.40 276 0.49 0.4
Hex 70 34 98 1A 42 0 28 114 31 28
Octal 160 64 230 32 102 0 50 424 61 50
Binary 1110000 110100 10011000 11010 1000010 0 101000 100010100 110001 101000

Color Harmonies of #703498

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #703498

Black with #703498

Text Example


Text Example

White with #703498

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #703498; }

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

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

background-color css

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

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

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

border-color css

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

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

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