Html Css Color HEX #70319F Royal Purple

📋 copy color: '#70319F'

red 112 ◦ green 49 ◦ blue 159

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

Shades of Royal Purple #70319F

Tints of Royal Purple #70319F

RGB

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

 GREEN value IS 49 (19.53% from 255) = 15.31%

 BLUE value IS 159 (62.5% from 255) = 49.69%

R = 35%
G = 15.31%
B = 49.69%

CMYK

 C value IS 0.30

 M value IS 0.69

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#70319F (or 0x70319F) is known color: Royal Purple. HEX triplet: 70, 31 and 9F. RGB value is (112,49,159). Sum of RGB (Red+Green+Blue) = 112+49+159=320 (42% of max value = 765). Red value is 112 (44.14% from 255 or 35% from 320); Green value is 49 (19.53% from 255 or 15.31% from 320); Blue value is 159 (62.5% from 255 or 49.69% from 320); Max value from RGB is 159 - color contains mainly: blue. Hex color #70319F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #70319F is #8FCE60. Grayscale: #505050. Windows color (decimal): -9424481 or 10432880. OLE color: 10432880.

HSL color Cylindrical-coordinate representation of color #70319F: hue angle of 274.36º degrees, saturation: 0.53, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #70319F is Cyan = 0.30, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 112 49 159 -
CMYK 0.30 0.69 0 0.38
HSL 274.36º 0.53% 0.41% -
HSV(B) 274.36º 0.69% 0.62% -
XYZ 14.04 8.14 33.63 -
YUV 80.38 172.37 150.56 -
System Red Green Blue C M Y K H S L
Decimal 112 49 159 0.30 0.69 0 0.38 274.36 0.53 0.41
Hex 70 31 9F 1E 45 0 26 112 35 29
Octal 160 61 237 36 105 0 46 422 65 51
Binary 1110000 110001 10011111 11110 1000101 0 100110 100010010 110101 101001

Color Harmonies of #70319F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70319F

Black with #70319F

Text Example


Text Example

White with #70319F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #70319F; }

 p { color: rgb(112,49,159); }

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

background-color css

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

 a { background-color: rgb(112,49,159); }

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

border-color css

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

 span { border-color: rgb(112,49,159); }

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