Html Css Color HEX #703398 Royal Purple

📋 copy color: '#703398'

red 112 ◦ green 51 ◦ blue 152

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

Shades of Royal Purple #703398

Tints of Royal Purple #703398

RGB

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

 GREEN value IS 51 (20.31% from 255) = 16.19%

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

R = 35.56%
G = 16.19%
B = 48.25%

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

#703398 (or 0x703398) is known color: Royal Purple. HEX triplet: 70, 33 and 98. RGB value is (112,51,152). Sum of RGB (Red+Green+Blue) = 112+51+152=315 (41% of max value = 765). Red value is 112 (44.14% from 255 or 35.56% from 315); Green value is 51 (20.31% from 255 or 16.19% from 315); Blue value is 152 (59.77% from 255 or 48.25% from 315); Max value from RGB is 152 - color contains mainly: blue. Hex color #703398 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #703398 is #8FCC67. Grayscale: #505050. Windows color (decimal): -9423976 or 9974640. OLE color: 9974640.

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

Color convert

RGB 112 51 152 -
CMYK 0.26 0.66 0 0.40
HSL 276.24º 0.5% 0.4% -
HSV(B) 276.24º 0.66% 0.6% -
XYZ 13.53 8.08 30.55 -
YUV 80.75 168.21 150.29 -
System Red Green Blue C M Y K H S L
Decimal 112 51 152 0.26 0.66 0 0.40 276.24 0.5 0.4
Hex 70 33 98 1A 42 0 28 114 32 28
Octal 160 63 230 32 102 0 50 424 62 50
Binary 1110000 110011 10011000 11010 1000010 0 101000 100010100 110010 101000

Color Harmonies of #703398

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #703398

Black with #703398

Text Example


Text Example

White with #703398

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #703398; }

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

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

background-color css

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

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

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

border-color css

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

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

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