#7D2FAB

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

Shades of Royal Purple #7D2FAB

Tints of Royal Purple #7D2FAB

Color information

#7D2FAB (or 0x7D2FAB) is unknown color: approx Royal Purple. HEX triplet: 7D, 2F and AB. RGB value is (125,47,171). Sum of RGB (Red+Green+Blue) = 125+47+171=343 (45% of max value = 765). Red value is 125 (49.22% from 255 or 36.44% from 343); Green value is 47 (18.75% from 255 or 13.70% from 343); Blue value is 171 (67.19% from 255 or 49.85% from 343); Max value from RGB is 171 - color contains mainly: blue. Hex color #7D2FAB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7D2FAB is #82D054. Grayscale: #545454. Windows color (decimal): -8573013 or 11218813. OLE color: 11218813.

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

Color convert

RGB12547171-
CMYK0.270.7300.33
HSL277.74º56.88%42.75%-
HSV(B)277.74º72.51%67.06%-
XYZ16.829.3339.44-
YUV84.46176.84156.92-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 36.44%
GREEN value IS 47 (18.75% from 255) = 13.70%
BLUE value IS 171 (67.19% from 255) = 49.85%
R=36.44%
G=13.70%
B=49.85%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal125471710.270.7300.33277.7456.8842.75
Hex7D2FAB1B49021116392b
Octal17557253331110414267153
Binary1111101101111101010111101110010010100001100010110111001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D2FAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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