Html Css Color HEX #70329E Royal Purple

📋 copy color: '#70329E'

red 112 ◦ green 50 ◦ blue 158

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

Shades of Royal Purple #70329E

Tints of Royal Purple #70329E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 49.38%

R = 35%
G = 15.63%
B = 49.38%

CMYK

 C value IS 0.29

 M value IS 0.68

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#70329E (or 0x70329E) is known color: Royal Purple. HEX triplet: 70, 32 and 9E. RGB value is (112,50,158). Sum of RGB (Red+Green+Blue) = 112+50+158=320 (42% of max value = 765). Red value is 112 (44.14% from 255 or 35% from 320); Green value is 50 (19.92% from 255 or 15.62% from 320); Blue value is 158 (62.11% from 255 or 49.38% from 320); Max value from RGB is 158 - color contains mainly: blue. Hex color #70329E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #70329E is #8FCD61. Grayscale: #505050. Windows color (decimal): -9424226 or 10367600. OLE color: 10367600.

HSL color Cylindrical-coordinate representation of color #70329E: hue angle of 274.44º degrees, saturation: 0.52, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #70329E is Cyan = 0.29, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 112 50 158 -
CMYK 0.29 0.68 0 0.38
HSL 274.44º 0.52% 0.41% -
HSV(B) 274.44º 0.68% 0.62% -
XYZ 13.99 8.19 33.19 -
YUV 80.85 171.54 150.22 -
System Red Green Blue C M Y K H S L
Decimal 112 50 158 0.29 0.68 0 0.38 274.44 0.52 0.41
Hex 70 32 9E 1D 44 0 26 112 34 29
Octal 160 62 236 35 104 0 46 422 64 51
Binary 1110000 110010 10011110 11101 1000100 0 100110 100010010 110100 101001

Color Harmonies of #70329E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70329E

Black with #70329E

Text Example


Text Example

White with #70329E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #70329E; }

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

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

background-color css

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

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

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

border-color css

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

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

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