Html Css Color HEX #7D30AB Royal Purple

📋 copy color: '#7D30AB'

red 125 ◦ green 48 ◦ blue 171

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

Shades of Royal Purple #7D30AB

Tints of Royal Purple #7D30AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 49.71%

R = 36.34%
G = 13.95%
B = 49.71%

CMYK

 C value IS 0.27

 M value IS 0.72

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7D30AB (or 0x7D30AB) is known color: Royal Purple. HEX triplet: 7D, 30 and AB. RGB value is (125,48,171). Sum of RGB (Red+Green+Blue) = 125+48+171=344 (45% of max value = 765). Red value is 125 (49.22% from 255 or 36.34% from 344); Green value is 48 (19.14% from 255 or 13.95% from 344); Blue value is 171 (67.19% from 255 or 49.71% from 344); Max value from RGB is 171 - color contains mainly: blue. Hex color #7D30AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7D30AB is #82CF54. Grayscale: #545454. Windows color (decimal): -8572757 or 11219069. OLE color: 11219069.

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

Color convert

RGB 125 48 171 -
CMYK 0.27 0.72 0 0.33
HSL 277.56º 0.56% 0.43% -
HSV(B) 277.56º 0.72% 0.67% -
XYZ 16.87 9.41 39.46 -
YUV 85.05 176.51 156.5 -
System Red Green Blue C M Y K H S L
Decimal 125 48 171 0.27 0.72 0 0.33 277.56 0.56 0.43
Hex 7D 30 AB 1B 48 0 21 116 38 2B
Octal 175 60 253 33 110 0 41 426 70 53
Binary 1111101 110000 10101011 11011 1001000 0 100001 100010110 111000 101011

Color Harmonies of #7D30AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D30AB

Black with #7D30AB

Text Example


Text Example

White with #7D30AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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