Html Css Color HEX #7041AC Royal Purple

📋 copy color: '#7041AC'

red 112 ◦ green 65 ◦ blue 172

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

Shades of Royal Purple #7041AC

Tints of Royal Purple #7041AC

RGB

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

 GREEN value IS 65 (25.78% from 255) = 18.62%

 BLUE value IS 172 (67.58% from 255) = 49.28%

R = 32.09%
G = 18.62%
B = 49.28%

CMYK

 C value IS 0.35

 M value IS 0.62

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7041AC (or 0x7041AC) is known color: Royal Purple. HEX triplet: 70, 41 and AC. RGB value is (112,65,172). Sum of RGB (Red+Green+Blue) = 112+65+172=349 (46% of max value = 765). Red value is 112 (44.14% from 255 or 32.09% from 349); Green value is 65 (25.78% from 255 or 18.62% from 349); Blue value is 172 (67.58% from 255 or 49.28% from 349); Max value from RGB is 172 - color contains mainly: blue. Hex color #7041AC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7041AC is #8FBE53. Grayscale: #5A5A5A. Windows color (decimal): -9420372 or 11288944. OLE color: 11288944.

HSL color Cylindrical-coordinate representation of color #7041AC: hue angle of 266.36º degrees, saturation: 0.45, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #7041AC is Cyan = 0.35, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 112 65 172 -
CMYK 0.35 0.62 0 0.33
HSL 266.36º 0.45% 0.46% -
HSV(B) 266.36º 0.62% 0.67% -
XYZ 16.02 10.2 40.15 -
YUV 91.25 173.57 142.8 -
System Red Green Blue C M Y K H S L
Decimal 112 65 172 0.35 0.62 0 0.33 266.36 0.45 0.46
Hex 70 41 AC 23 3E 0 21 10A 2D 2E
Octal 160 101 254 43 76 0 41 412 55 56
Binary 1110000 1000001 10101100 100011 111110 0 100001 100001010 101101 101110

Color Harmonies of #7041AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7041AC

Black with #7041AC

Text Example


Text Example

White with #7041AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7041AC; }

 p { color: rgb(112,65,172); }

 H1.HeaderClassName
 {
   color: #7041AC;
 }
 .AnyTagClassName
 {
   color: #7041AC;
 }
</style>

background-color css

<style>
 a { background-color: #7041AC; }

 a { background-color: rgb(112,65,172); }

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

border-color css

<style>
 span { border-color: #7041AC; }

 span { border-color: rgb(112,65,172); }

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