Html Css Color HEX #7C38AD Royal Purple

📋 copy color: '#7C38AD'

red 124 ◦ green 56 ◦ blue 173

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

Shades of Royal Purple #7C38AD

Tints of Royal Purple #7C38AD

RGB

 RED value IS 124 (48.83% from 255) = 35.13%

 GREEN value IS 56 (22.27% from 255) = 15.86%

 BLUE value IS 173 (67.97% from 255) = 49.01%

R = 35.13%
G = 15.86%
B = 49.01%

CMYK

 C value IS 0.28

 M value IS 0.68

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#7C38AD (or 0x7C38AD) is known color: Royal Purple. HEX triplet: 7C, 38 and AD. RGB value is (124,56,173). Sum of RGB (Red+Green+Blue) = 124+56+173=353 (46% of max value = 765). Red value is 124 (48.83% from 255 or 35.13% from 353); Green value is 56 (22.27% from 255 or 15.86% from 353); Blue value is 173 (67.97% from 255 or 49.01% from 353); Max value from RGB is 173 - color contains mainly: blue. Hex color #7C38AD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7C38AD is #83C752. Grayscale: #595959. Windows color (decimal): -8636243 or 11352188. OLE color: 11352188.

HSL color Cylindrical-coordinate representation of color #7C38AD: hue angle of 274.87º degrees, saturation: 0.51, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #7C38AD is Cyan = 0.28, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 124 56 173 -
CMYK 0.28 0.68 0 0.32
HSL 274.87º 0.51% 0.45% -
HSV(B) 274.87º 0.68% 0.68% -
XYZ 17.27 10.13 40.58 -
YUV 89.67 175.03 152.49 -
System Red Green Blue C M Y K H S L
Decimal 124 56 173 0.28 0.68 0 0.32 274.87 0.51 0.45
Hex 7C 38 AD 1C 44 0 20 113 33 2D
Octal 174 70 255 34 104 0 40 423 63 55
Binary 1111100 111000 10101101 11100 1000100 0 100000 100010011 110011 101101

Color Harmonies of #7C38AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C38AD

Black with #7C38AD

Text Example


Text Example

White with #7C38AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #7C38AD;
 }
 .AnyTagClassName
 {
   color: #7C38AD;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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