Html Css Color HEX #7036AC Royal Purple

📋 copy color: '#7036AC'

red 112 ◦ green 54 ◦ blue 172

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

Shades of Royal Purple #7036AC

Tints of Royal Purple #7036AC

RGB

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

 GREEN value IS 54 (21.48% from 255) = 15.98%

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

R = 33.14%
G = 15.98%
B = 50.89%

CMYK

 C value IS 0.35

 M value IS 0.69

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7036AC (or 0x7036AC) is known color: Royal Purple. HEX triplet: 70, 36 and AC. RGB value is (112,54,172). Sum of RGB (Red+Green+Blue) = 112+54+172=338 (44% of max value = 765). Red value is 112 (44.14% from 255 or 33.14% from 338); Green value is 54 (21.48% from 255 or 15.98% from 338); Blue value is 172 (67.58% from 255 or 50.89% from 338); Max value from RGB is 172 - color contains mainly: blue. Hex color #7036AC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7036AC is #8FC953. Grayscale: #545454. Windows color (decimal): -9423188 or 11286128. OLE color: 11286128.

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

Color convert

RGB 112 54 172 -
CMYK 0.35 0.69 0 0.33
HSL 269.49º 0.52% 0.44% -
HSV(B) 269.49º 0.69% 0.67% -
XYZ 15.45 9.06 39.96 -
YUV 84.79 177.22 147.41 -
System Red Green Blue C M Y K H S L
Decimal 112 54 172 0.35 0.69 0 0.33 269.49 0.52 0.44
Hex 70 36 AC 23 45 0 21 10D 34 2C
Octal 160 66 254 43 105 0 41 415 64 54
Binary 1110000 110110 10101100 100011 1000101 0 100001 100001101 110100 101100

Color Harmonies of #7036AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7036AC

Black with #7036AC

Text Example


Text Example

White with #7036AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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