Html Css Color HEX #7D30AF Royal Purple

📋 copy color: '#7D30AF'

red 125 ◦ green 48 ◦ blue 175

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

Shades of Royal Purple #7D30AF

Tints of Royal Purple #7D30AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 50.29%

R = 35.92%
G = 13.79%
B = 50.29%

CMYK

 C value IS 0.29

 M value IS 0.73

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#7D30AF (or 0x7D30AF) is known color: Royal Purple. HEX triplet: 7D, 30 and AF. RGB value is (125,48,175). Sum of RGB (Red+Green+Blue) = 125+48+175=348 (46% of max value = 765). Red value is 125 (49.22% from 255 or 35.92% from 348); Green value is 48 (19.14% from 255 or 13.79% from 348); Blue value is 175 (68.75% from 255 or 50.29% from 348); Max value from RGB is 175 - color contains mainly: blue. Hex color #7D30AF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7D30AF is #82CF50. Grayscale: #555555. Windows color (decimal): -8572753 or 11481213. OLE color: 11481213.

HSL color Cylindrical-coordinate representation of color #7D30AF: hue angle of 276.38º degrees, saturation: 0.57, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #7D30AF is Cyan = 0.29, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 125 48 175 -
CMYK 0.29 0.73 0 0.31
HSL 276.38º 0.57% 0.44% -
HSV(B) 276.38º 0.73% 0.69% -
XYZ 17.25 9.57 41.5 -
YUV 85.5 178.51 156.17 -
System Red Green Blue C M Y K H S L
Decimal 125 48 175 0.29 0.73 0 0.31 276.38 0.57 0.44
Hex 7D 30 AF 1D 49 0 1F 114 39 2C
Octal 175 60 257 35 111 0 37 424 71 54
Binary 1111101 110000 10101111 11101 1001001 0 11111 100010100 111001 101100

Color Harmonies of #7D30AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D30AF

Black with #7D30AF

Text Example


Text Example

White with #7D30AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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