Html Css Color HEX #7039AC Royal Purple

📋 copy color: '#7039AC'

red 112 ◦ green 57 ◦ blue 172

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

Shades of Royal Purple #7039AC

Tints of Royal Purple #7039AC

RGB

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

 GREEN value IS 57 (22.66% from 255) = 16.72%

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

R = 32.84%
G = 16.72%
B = 50.44%

CMYK

 C value IS 0.35

 M value IS 0.67

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7039AC (or 0x7039AC) is known color: Royal Purple. HEX triplet: 70, 39 and AC. RGB value is (112,57,172). Sum of RGB (Red+Green+Blue) = 112+57+172=341 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.84% from 341); Green value is 57 (22.66% from 255 or 16.72% from 341); Blue value is 172 (67.58% from 255 or 50.44% from 341); Max value from RGB is 172 - color contains mainly: blue. Hex color #7039AC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7039AC is #8FC653. Grayscale: #565656. Windows color (decimal): -9422420 or 11286896. OLE color: 11286896.

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

Color convert

RGB 112 57 172 -
CMYK 0.35 0.67 0 0.33
HSL 268.7º 0.5% 0.45% -
HSV(B) 268.7º 0.67% 0.67% -
XYZ 15.59 9.35 40.01 -
YUV 86.56 176.22 146.15 -
System Red Green Blue C M Y K H S L
Decimal 112 57 172 0.35 0.67 0 0.33 268.7 0.5 0.45
Hex 70 39 AC 23 43 0 21 10D 32 2D
Octal 160 71 254 43 103 0 41 415 62 55
Binary 1110000 111001 10101100 100011 1000011 0 100001 100001101 110010 101101

Color Harmonies of #7039AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7039AC

Black with #7039AC

Text Example


Text Example

White with #7039AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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