Html Css Color HEX #7D2DAA Royal Purple

📋 copy color: '#7D2DAA'

red 125 ◦ green 45 ◦ blue 170

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

Shades of Royal Purple #7D2DAA

Tints of Royal Purple #7D2DAA

RGB

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

 GREEN value IS 45 (17.97% from 255) = 13.24%

 BLUE value IS 170 (66.8% from 255) = 50%

R = 36.76%
G = 13.24%
B = 50%

CMYK

 C value IS 0.26

 M value IS 0.74

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7D2DAA (or 0x7D2DAA) is known color: Royal Purple. HEX triplet: 7D, 2D and AA. RGB value is (125,45,170). Sum of RGB (Red+Green+Blue) = 125+45+170=340 (45% of max value = 765). Red value is 125 (49.22% from 255 or 36.76% from 340); Green value is 45 (17.97% from 255 or 13.24% from 340); Blue value is 170 (66.80% from 255 or 50% from 340); Max value from RGB is 170 - color contains mainly: blue. Hex color #7D2DAA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7D2DAA is #82D255. Grayscale: #525252. Windows color (decimal): -8573526 or 11152765. OLE color: 11152765.

HSL color Cylindrical-coordinate representation of color #7D2DAA: hue angle of 278.4º degrees, saturation: 0.58, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #7D2DAA is Cyan = 0.26, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 125 45 170 -
CMYK 0.26 0.74 0 0.33
HSL 278.4º 0.58% 0.42% -
HSV(B) 278.4º 0.74% 0.67% -
XYZ 16.65 9.14 38.92 -
YUV 83.17 177 157.84 -
System Red Green Blue C M Y K H S L
Decimal 125 45 170 0.26 0.74 0 0.33 278.4 0.58 0.42
Hex 7D 2D AA 1A 4A 0 21 116 3A 2A
Octal 175 55 252 32 112 0 41 426 72 52
Binary 1111101 101101 10101010 11010 1001010 0 100001 100010110 111010 101010

Color Harmonies of #7D2DAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D2DAA

Black with #7D2DAA

Text Example


Text Example

White with #7D2DAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,45,170); }

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

background-color css

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

 a { background-color: rgb(125,45,170); }

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

border-color css

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

 span { border-color: rgb(125,45,170); }

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