Html Css Color HEX #70339A Royal Purple

📋 copy color: '#70339A'

red 112 ◦ green 51 ◦ blue 154

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

Shades of Royal Purple #70339A

Tints of Royal Purple #70339A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 48.58%

R = 35.33%
G = 16.09%
B = 48.58%

CMYK

 C value IS 0.27

 M value IS 0.67

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#70339A (or 0x70339A) is known color: Royal Purple. HEX triplet: 70, 33 and 9A. RGB value is (112,51,154). Sum of RGB (Red+Green+Blue) = 112+51+154=317 (41% of max value = 765). Red value is 112 (44.14% from 255 or 35.33% from 317); Green value is 51 (20.31% from 255 or 16.09% from 317); Blue value is 154 (60.55% from 255 or 48.58% from 317); Max value from RGB is 154 - color contains mainly: blue. Hex color #70339A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #70339A is #8FCC65. Grayscale: #505050. Windows color (decimal): -9423974 or 10105712. OLE color: 10105712.

HSL color Cylindrical-coordinate representation of color #70339A: hue angle of 275.53º 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 #70339A is Cyan = 0.27, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 112 51 154 -
CMYK 0.27 0.67 0 0.40
HSL 275.53º 0.5% 0.4% -
HSV(B) 275.53º 0.67% 0.6% -
XYZ 13.7 8.15 31.42 -
YUV 80.98 169.21 150.12 -
System Red Green Blue C M Y K H S L
Decimal 112 51 154 0.27 0.67 0 0.40 275.53 0.5 0.4
Hex 70 33 9A 1B 43 0 28 114 32 28
Octal 160 63 232 33 103 0 50 424 62 50
Binary 1110000 110011 10011010 11011 1000011 0 101000 100010100 110010 101000

Color Harmonies of #70339A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70339A

Black with #70339A

Text Example


Text Example

White with #70339A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #70339A; }

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

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

background-color css

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

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

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

border-color css

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

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

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