Html Css Color HEX #7035AA Royal Purple

📋 copy color: '#7035AA'

red 112 ◦ green 53 ◦ blue 170

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

Shades of Royal Purple #7035AA

Tints of Royal Purple #7035AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 50.75%

R = 33.43%
G = 15.82%
B = 50.75%

CMYK

 C value IS 0.34

 M value IS 0.69

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7035AA (or 0x7035AA) is known color: Royal Purple. HEX triplet: 70, 35 and AA. RGB value is (112,53,170). Sum of RGB (Red+Green+Blue) = 112+53+170=335 (44% of max value = 765). Red value is 112 (44.14% from 255 or 33.43% from 335); Green value is 53 (21.09% from 255 or 15.82% from 335); Blue value is 170 (66.80% from 255 or 50.75% from 335); Max value from RGB is 170 - color contains mainly: blue. Hex color #7035AA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7035AA is #8FCA55. Grayscale: #535353. Windows color (decimal): -9423446 or 11154800. OLE color: 11154800.

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

Color convert

RGB 112 53 170 -
CMYK 0.34 0.69 0 0.33
HSL 270.26º 0.52% 0.44% -
HSV(B) 270.26º 0.69% 0.67% -
XYZ 15.21 8.89 38.95 -
YUV 83.98 176.55 147.99 -
System Red Green Blue C M Y K H S L
Decimal 112 53 170 0.34 0.69 0 0.33 270.26 0.52 0.44
Hex 70 35 AA 22 45 0 21 10E 34 2C
Octal 160 65 252 42 105 0 41 416 64 54
Binary 1110000 110101 10101010 100010 1000101 0 100001 100001110 110100 101100

Color Harmonies of #7035AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7035AA

Black with #7035AA

Text Example


Text Example

White with #7035AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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