Html Css Color HEX #7043A0 Royal Purple

📋 copy color: '#7043A0'

red 112 ◦ green 67 ◦ blue 160

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

Shades of Royal Purple #7043A0

Tints of Royal Purple #7043A0

RGB

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

 GREEN value IS 67 (26.56% from 255) = 19.76%

 BLUE value IS 160 (62.89% from 255) = 47.2%

R = 33.04%
G = 19.76%
B = 47.2%

CMYK

 C value IS 0.30

 M value IS 0.58

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#7043A0 (or 0x7043A0) is known color: Royal Purple. HEX triplet: 70, 43 and A0. RGB value is (112,67,160). Sum of RGB (Red+Green+Blue) = 112+67+160=339 (44% of max value = 765). Red value is 112 (44.14% from 255 or 33.04% from 339); Green value is 67 (26.56% from 255 or 19.76% from 339); Blue value is 160 (62.89% from 255 or 47.20% from 339); Max value from RGB is 160 - color contains mainly: blue. Hex color #7043A0 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7043A0 is #8FBC5F. Grayscale: #5A5A5A. Windows color (decimal): -9419872 or 10503024. OLE color: 10503024.

HSL color Cylindrical-coordinate representation of color #7043A0: hue angle of 269.03º degrees, saturation: 0.41, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #7043A0 is Cyan = 0.30, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 112 67 160 -
CMYK 0.30 0.58 0 0.37
HSL 269.03º 0.41% 0.45% -
HSV(B) 269.03º 0.58% 0.63% -
XYZ 15.03 10 34.39 -
YUV 91.06 166.91 142.94 -
System Red Green Blue C M Y K H S L
Decimal 112 67 160 0.30 0.58 0 0.37 269.03 0.41 0.45
Hex 70 43 A0 1E 3A 0 25 10D 29 2D
Octal 160 103 240 36 72 0 45 415 51 55
Binary 1110000 1000011 10100000 11110 111010 0 100101 100001101 101001 101101

Color Harmonies of #7043A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7043A0

Black with #7043A0

Text Example


Text Example

White with #7043A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7043A0; }

 p { color: rgb(112,67,160); }

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

background-color css

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

 a { background-color: rgb(112,67,160); }

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

border-color css

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

 span { border-color: rgb(112,67,160); }

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