#7D2FAA

Color #7D2FAA Royal Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Royal Purple #7D2FAA

Tints of Royal Purple #7D2FAA

Color information

#7D2FAA (or 0x7D2FAA) is unknown color: approx Royal Purple. HEX triplet: 7D, 2F and AA. RGB value is (125,47,170). Sum of RGB (Red+Green+Blue) = 125+47+170=342 (45% of max value = 765). Red value is 125 (49.22% from 255 or 36.55% from 342); Green value is 47 (18.75% from 255 or 13.74% from 342); Blue value is 170 (66.80% from 255 or 49.71% from 342); Max value from RGB is 170 - color contains mainly: blue. Hex color #7D2FAA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7D2FAA is #82D055. Grayscale: #535353. Windows color (decimal): -8573014 or 11153277. OLE color: 11153277.

HSL color Cylindrical-coordinate representation of color #7D2FAA: hue angle of 278.05º degrees, saturation: 0.57, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #7D2FAA is Cyan = 0.26, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB12547170-
CMYK0.260.7200.33
HSL278.05º56.68%42.55%-
HSV(B)278.05º72.35%66.67%-
XYZ16.739.338.94-
YUV84.34176.34157-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 36.55%
GREEN value IS 47 (18.75% from 255) = 13.74%
BLUE value IS 170 (66.80% from 255) = 49.71%
R=36.55%
G=13.74%
B=49.71%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal125471700.260.7200.33278.0556.6842.55
Hex7D2FAA1A48021116392b
Octal17557252321100414267153
Binary1111101101111101010101101010010000100001100010110111001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D2FAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7D2FAA; }

 p { color: rgb(125,47,170); }

 H1.HeaderClassName
 {
   color: #7D2FAA;
 }
 .AnyTagClassName
 {
   color: #7D2FAA;
 }
</style>
background-color css

<style>
 a { background-color: #7D2FAA; }

 a { background-color: rgb(125,47,170); }

 div.DivClassName
 {
   background-color: #7D2FAA;
 }
 .BgClassName
 {
   background-color: #7D2FAA;
 }
</style>
border-color css

<style>
 span { border-color: #7D2FAA; }

 span { border-color: rgb(125,47,170); }

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