#7C38A4

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

Shades of Royal Purple #7C38A4

Tints of Royal Purple #7C38A4

Color information

#7C38A4 (or 0x7C38A4) is unknown color: approx Royal Purple. HEX triplet: 7C, 38 and A4. RGB value is (124,56,164). Sum of RGB (Red+Green+Blue) = 124+56+164=344 (45% of max value = 765). Red value is 124 (48.83% from 255 or 36.05% from 344); Green value is 56 (22.27% from 255 or 16.28% from 344); Blue value is 164 (64.45% from 255 or 47.67% from 344); Max value from RGB is 164 - color contains mainly: blue. Hex color #7C38A4 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7C38A4 is #83C75B. Grayscale: #585858. Windows color (decimal): -8636252 or 10762364. OLE color: 10762364.

HSL color Cylindrical-coordinate representation of color #7C38A4: hue angle of 277.78º degrees, saturation: 0.49, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #7C38A4 is Cyan = 0.24, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB12456164-
CMYK0.240.6600.36
HSL277.78º49.09%43.14%-
HSV(B)277.78º65.85%64.31%-
XYZ16.439.7936.15-
YUV88.64170.53153.22-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 36.05%
GREEN value IS 56 (22.27% from 255) = 16.28%
BLUE value IS 164 (64.45% from 255) = 47.67%
R=36.05%
G=16.28%
B=47.67%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal124561640.240.6600.36277.7849.0943.14
Hex7C38A41842024116312b
Octal17470244301020444266153
Binary1111100111000101001001100010000100100100100010110110001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C38A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,56,164); }

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

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

 a { background-color: rgb(124,56,164); }

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

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

 span { border-color: rgb(124,56,164); }

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