Html Css Color HEX #7D39AC Royal Purple

📋 copy color: '#7D39AC'

red 125 ◦ green 57 ◦ blue 172

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

Shades of Royal Purple #7D39AC

Tints of Royal Purple #7D39AC

RGB

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

 GREEN value IS 57 (22.66% from 255) = 16.1%

 BLUE value IS 172 (67.58% from 255) = 48.59%

R = 35.31%
G = 16.1%
B = 48.59%

CMYK

 C value IS 0.27

 M value IS 0.67

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7D39AC (or 0x7D39AC) is known color: Royal Purple. HEX triplet: 7D, 39 and AC. RGB value is (125,57,172). Sum of RGB (Red+Green+Blue) = 125+57+172=354 (46% of max value = 765). Red value is 125 (49.22% from 255 or 35.31% from 354); Green value is 57 (22.66% from 255 or 16.10% from 354); Blue value is 172 (67.58% from 255 or 48.59% from 354); Max value from RGB is 172 - color contains mainly: blue. Hex color #7D39AC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7D39AC is #82C653. Grayscale: #5A5A5A. Windows color (decimal): -8570452 or 11286909. OLE color: 11286909.

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

Color convert

RGB 125 57 172 -
CMYK 0.27 0.67 0 0.33
HSL 275.48º 0.5% 0.45% -
HSV(B) 275.48º 0.67% 0.67% -
XYZ 17.37 10.26 40.1 -
YUV 90.44 174.03 152.65 -
System Red Green Blue C M Y K H S L
Decimal 125 57 172 0.27 0.67 0 0.33 275.48 0.5 0.45
Hex 7D 39 AC 1B 43 0 21 113 32 2D
Octal 175 71 254 33 103 0 41 423 62 55
Binary 1111101 111001 10101100 11011 1000011 0 100001 100010011 110010 101101

Color Harmonies of #7D39AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D39AC

Black with #7D39AC

Text Example


Text Example

White with #7D39AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,57,172); }

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

background-color css

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

 a { background-color: rgb(125,57,172); }

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

border-color css

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

 span { border-color: rgb(125,57,172); }

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