Html Css Color HEX #70289A Royal Purple

📋 copy color: '#70289A'

red 112 ◦ green 40 ◦ blue 154

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

Shades of Royal Purple #70289A

Tints of Royal Purple #70289A

RGB

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

 GREEN value IS 40 (16.02% from 255) = 13.07%

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

R = 36.6%
G = 13.07%
B = 50.33%

CMYK

 C value IS 0.27

 M value IS 0.74

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#70289A (or 0x70289A) is known color: Royal Purple. HEX triplet: 70, 28 and 9A. RGB value is (112,40,154). Sum of RGB (Red+Green+Blue) = 112+40+154=306 (40% of max value = 765). Red value is 112 (44.14% from 255 or 36.60% from 306); Green value is 40 (16.02% from 255 or 13.07% from 306); Blue value is 154 (60.55% from 255 or 50.33% from 306); Max value from RGB is 154 - color contains mainly: blue. Hex color #70289A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #70289A is #8FD765. Grayscale: #4A4A4A. Windows color (decimal): -9426790 or 10102896. OLE color: 10102896.

HSL color Cylindrical-coordinate representation of color #70289A: hue angle of 277.89º degrees, saturation: 0.59, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #70289A is Cyan = 0.27, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 112 40 154 -
CMYK 0.27 0.74 0 0.40
HSL 277.89º 0.59% 0.38% -
HSV(B) 277.89º 0.74% 0.6% -
XYZ 13.27 7.3 31.28 -
YUV 74.52 172.85 154.73 -
System Red Green Blue C M Y K H S L
Decimal 112 40 154 0.27 0.74 0 0.40 277.89 0.59 0.38
Hex 70 28 9A 1B 4A 0 28 116 3B 26
Octal 160 50 232 33 112 0 50 426 73 46
Binary 1110000 101000 10011010 11011 1001010 0 101000 100010110 111011 100110

Color Harmonies of #70289A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70289A

Black with #70289A

Text Example


Text Example

White with #70289A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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