Html Css Color HEX #703298 Royal Purple

📋 copy color: '#703298'

red 112 ◦ green 50 ◦ blue 152

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

Shades of Royal Purple #703298

Tints of Royal Purple #703298

RGB

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

 GREEN value IS 50 (19.92% from 255) = 15.92%

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

R = 35.67%
G = 15.92%
B = 48.41%

CMYK

 C value IS 0.26

 M value IS 0.67

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#703298 (or 0x703298) is known color: Royal Purple. HEX triplet: 70, 32 and 98. RGB value is (112,50,152). Sum of RGB (Red+Green+Blue) = 112+50+152=314 (41% of max value = 765). Red value is 112 (44.14% from 255 or 35.67% from 314); Green value is 50 (19.92% from 255 or 15.92% from 314); Blue value is 152 (59.77% from 255 or 48.41% from 314); Max value from RGB is 152 - color contains mainly: blue. Hex color #703298 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #703298 is #8FCD67. Grayscale: #4F4F4F. Windows color (decimal): -9424232 or 9974384. OLE color: 9974384.

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

Color convert

RGB 112 50 152 -
CMYK 0.26 0.67 0 0.40
HSL 276.47º 0.5% 0.4% -
HSV(B) 276.47º 0.67% 0.6% -
XYZ 13.49 7.99 30.54 -
YUV 80.17 168.54 150.71 -
System Red Green Blue C M Y K H S L
Decimal 112 50 152 0.26 0.67 0 0.40 276.47 0.5 0.4
Hex 70 32 98 1A 43 0 28 114 32 28
Octal 160 62 230 32 103 0 50 424 62 50
Binary 1110000 110010 10011000 11010 1000011 0 101000 100010100 110010 101000

Color Harmonies of #703298

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #703298

Black with #703298

Text Example


Text Example

White with #703298

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #703298; }

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

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

background-color css

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

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

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

border-color css

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

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

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