Html Css Color HEX #7D30AD Royal Purple

📋 copy color: '#7D30AD'

red 125 ◦ green 48 ◦ blue 173

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

Shades of Royal Purple #7D30AD

Tints of Royal Purple #7D30AD

RGB

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

 GREEN value IS 48 (19.14% from 255) = 13.87%

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

R = 36.13%
G = 13.87%
B = 50%

CMYK

 C value IS 0.28

 M value IS 0.72

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#7D30AD (or 0x7D30AD) is known color: Royal Purple. HEX triplet: 7D, 30 and AD. RGB value is (125,48,173). Sum of RGB (Red+Green+Blue) = 125+48+173=346 (45% of max value = 765). Red value is 125 (49.22% from 255 or 36.13% from 346); Green value is 48 (19.14% from 255 or 13.87% from 346); Blue value is 173 (67.97% from 255 or 50% from 346); Max value from RGB is 173 - color contains mainly: blue. Hex color #7D30AD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7D30AD is #82CF52. Grayscale: #545454. Windows color (decimal): -8572755 or 11350141. OLE color: 11350141.

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

Color convert

RGB 125 48 173 -
CMYK 0.28 0.72 0 0.32
HSL 276.96º 0.57% 0.43% -
HSV(B) 276.96º 0.72% 0.68% -
XYZ 17.06 9.49 40.47 -
YUV 85.27 177.51 156.34 -
System Red Green Blue C M Y K H S L
Decimal 125 48 173 0.28 0.72 0 0.32 276.96 0.57 0.43
Hex 7D 30 AD 1C 48 0 20 115 39 2B
Octal 175 60 255 34 110 0 40 425 71 53
Binary 1111101 110000 10101101 11100 1001000 0 100000 100010101 111001 101011

Color Harmonies of #7D30AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D30AD

Black with #7D30AD

Text Example


Text Example

White with #7D30AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,48,173); }

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

background-color css

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

 a { background-color: rgb(125,48,173); }

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

border-color css

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

 span { border-color: rgb(125,48,173); }

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