Html Css Color HEX #7035AC Royal Purple

📋 copy color: '#7035AC'

red 112 ◦ green 53 ◦ blue 172

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

Shades of Royal Purple #7035AC

Tints of Royal Purple #7035AC

RGB

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

 GREEN value IS 53 (21.09% from 255) = 15.73%

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

R = 33.23%
G = 15.73%
B = 51.04%

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

#7035AC (or 0x7035AC) is known color: Royal Purple. HEX triplet: 70, 35 and AC. RGB value is (112,53,172). Sum of RGB (Red+Green+Blue) = 112+53+172=337 (44% of max value = 765). Red value is 112 (44.14% from 255 or 33.23% from 337); Green value is 53 (21.09% from 255 or 15.73% from 337); Blue value is 172 (67.58% from 255 or 51.04% from 337); Max value from RGB is 172 - color contains mainly: blue. Hex color #7035AC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7035AC is #8FCA53. Grayscale: #535353. Windows color (decimal): -9423444 or 11285872. OLE color: 11285872.

HSL color Cylindrical-coordinate representation of color #7035AC: hue angle of 269.75º degrees, saturation: 0.53, 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 #7035AC is Cyan = 0.35, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 112 53 172 -
CMYK 0.35 0.69 0 0.33
HSL 269.75º 0.53% 0.44% -
HSV(B) 269.75º 0.69% 0.67% -
XYZ 15.4 8.97 39.95 -
YUV 84.21 177.55 147.82 -
System Red Green Blue C M Y K H S L
Decimal 112 53 172 0.35 0.69 0 0.33 269.75 0.53 0.44
Hex 70 35 AC 23 45 0 21 10E 35 2C
Octal 160 65 254 43 105 0 41 416 65 54
Binary 1110000 110101 10101100 100011 1000101 0 100001 100001110 110101 101100

Color Harmonies of #7035AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7035AC

Black with #7035AC

Text Example


Text Example

White with #7035AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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