Html Css Color HEX #7D38AC Royal Purple

📋 copy color: '#7D38AC'

red 125 ◦ green 56 ◦ blue 172

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

Shades of Royal Purple #7D38AC

Tints of Royal Purple #7D38AC

RGB

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

 GREEN value IS 56 (22.27% from 255) = 15.86%

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

R = 35.41%
G = 15.86%
B = 48.73%

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

#7D38AC (or 0x7D38AC) is known color: Royal Purple. HEX triplet: 7D, 38 and AC. RGB value is (125,56,172). Sum of RGB (Red+Green+Blue) = 125+56+172=353 (46% of max value = 765). Red value is 125 (49.22% from 255 or 35.41% from 353); Green value is 56 (22.27% from 255 or 15.86% from 353); Blue value is 172 (67.58% from 255 or 48.73% from 353); Max value from RGB is 172 - color contains mainly: blue. Hex color #7D38AC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7D38AC is #82C753. Grayscale: #595959. Windows color (decimal): -8570708 or 11286653. OLE color: 11286653.

HSL color Cylindrical-coordinate representation of color #7D38AC: hue angle of 275.69º degrees, saturation: 0.51, 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 #7D38AC is Cyan = 0.27, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 125 56 172 -
CMYK 0.27 0.67 0 0.33
HSL 275.69º 0.51% 0.45% -
HSV(B) 275.69º 0.67% 0.67% -
XYZ 17.32 10.17 40.08 -
YUV 89.86 174.36 153.07 -
System Red Green Blue C M Y K H S L
Decimal 125 56 172 0.27 0.67 0 0.33 275.69 0.51 0.45
Hex 7D 38 AC 1B 43 0 21 114 33 2D
Octal 175 70 254 33 103 0 41 424 63 55
Binary 1111101 111000 10101100 11011 1000011 0 100001 100010100 110011 101101

Color Harmonies of #7D38AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D38AC

Black with #7D38AC

Text Example


Text Example

White with #7D38AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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