Html Css Color HEX #7D32AA Royal Purple

📋 copy color: '#7D32AA'

red 125 ◦ green 50 ◦ blue 170

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

Shades of Royal Purple #7D32AA

Tints of Royal Purple #7D32AA

RGB

 RED value IS 125 (49.22% from 255) = 36.23%

 GREEN value IS 50 (19.92% from 255) = 14.49%

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

R = 36.23%
G = 14.49%
B = 49.28%

CMYK

 C value IS 0.26

 M value IS 0.71

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7D32AA (or 0x7D32AA) is known color: Royal Purple. HEX triplet: 7D, 32 and AA. RGB value is (125,50,170). Sum of RGB (Red+Green+Blue) = 125+50+170=345 (45% of max value = 765). Red value is 125 (49.22% from 255 or 36.23% from 345); Green value is 50 (19.92% from 255 or 14.49% from 345); Blue value is 170 (66.80% from 255 or 49.28% from 345); Max value from RGB is 170 - color contains mainly: blue. Hex color #7D32AA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7D32AA is #82CD55. Grayscale: #555555. Windows color (decimal): -8572246 or 11154045. OLE color: 11154045.

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

Color convert

RGB 125 50 170 -
CMYK 0.26 0.71 0 0.33
HSL 277.5º 0.55% 0.43% -
HSV(B) 277.5º 0.71% 0.67% -
XYZ 16.85 9.54 38.98 -
YUV 86.11 175.35 155.74 -
System Red Green Blue C M Y K H S L
Decimal 125 50 170 0.26 0.71 0 0.33 277.5 0.55 0.43
Hex 7D 32 AA 1A 47 0 21 116 37 2B
Octal 175 62 252 32 107 0 41 426 67 53
Binary 1111101 110010 10101010 11010 1000111 0 100001 100010110 110111 101011

Color Harmonies of #7D32AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D32AA

Black with #7D32AA

Text Example


Text Example

White with #7D32AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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