Html Css Color HEX #703898 Royal Purple

📋 copy color: '#703898'

red 112 ◦ green 56 ◦ blue 152

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

Shades of Royal Purple #703898

Tints of Royal Purple #703898

RGB

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

 GREEN value IS 56 (22.27% from 255) = 17.5%

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

R = 35%
G = 17.5%
B = 47.5%

CMYK

 C value IS 0.26

 M value IS 0.63

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#703898 (or 0x703898) is known color: Royal Purple. HEX triplet: 70, 38 and 98. RGB value is (112,56,152). Sum of RGB (Red+Green+Blue) = 112+56+152=320 (42% of max value = 765). Red value is 112 (44.14% from 255 or 35% from 320); Green value is 56 (22.27% from 255 or 17.5% from 320); Blue value is 152 (59.77% from 255 or 47.5% from 320); Max value from RGB is 152 - color contains mainly: blue. Hex color #703898 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #703898 is #8FC767. Grayscale: #535353. Windows color (decimal): -9422696 or 9975920. OLE color: 9975920.

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

Color convert

RGB 112 56 152 -
CMYK 0.26 0.63 0 0.40
HSL 275º 0.46% 0.41% -
HSV(B) 275º 0.63% 0.6% -
XYZ 13.76 8.54 30.63 -
YUV 83.69 166.55 148.19 -
System Red Green Blue C M Y K H S L
Decimal 112 56 152 0.26 0.63 0 0.40 275 0.46 0.41
Hex 70 38 98 1A 3F 0 28 113 2E 29
Octal 160 70 230 32 77 0 50 423 56 51
Binary 1110000 111000 10011000 11010 111111 0 101000 100010011 101110 101001

Color Harmonies of #703898

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #703898

Black with #703898

Text Example


Text Example

White with #703898

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #703898; }

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

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

background-color css

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

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

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

border-color css

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

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

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