Html Css Color HEX #7D33AA Royal Purple

📋 copy color: '#7D33AA'

red 125 ◦ green 51 ◦ blue 170

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

Shades of Royal Purple #7D33AA

Tints of Royal Purple #7D33AA

RGB

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

 GREEN value IS 51 (20.31% from 255) = 14.74%

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

R = 36.13%
G = 14.74%
B = 49.13%

CMYK

 C value IS 0.26

 M value IS 0.7

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7D33AA (or 0x7D33AA) is known color: Royal Purple. HEX triplet: 7D, 33 and AA. RGB value is (125,51,170). Sum of RGB (Red+Green+Blue) = 125+51+170=346 (45% of max value = 765). Red value is 125 (49.22% from 255 or 36.13% from 346); Green value is 51 (20.31% from 255 or 14.74% from 346); Blue value is 170 (66.80% from 255 or 49.13% from 346); Max value from RGB is 170 - color contains mainly: blue. Hex color #7D33AA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7D33AA is #82CC55. Grayscale: #565656. Windows color (decimal): -8571990 or 11154301. OLE color: 11154301.

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

Color convert

RGB 125 51 170 -
CMYK 0.26 0.7 0 0.33
HSL 277.31º 0.54% 0.43% -
HSV(B) 277.31º 0.7% 0.67% -
XYZ 16.9 9.63 39 -
YUV 86.69 175.02 155.32 -
System Red Green Blue C M Y K H S L
Decimal 125 51 170 0.26 0.7 0 0.33 277.31 0.54 0.43
Hex 7D 33 AA 1A 46 0 21 115 36 2B
Octal 175 63 252 32 106 0 41 425 66 53
Binary 1111101 110011 10101010 11010 1000110 0 100001 100010101 110110 101011

Color Harmonies of #7D33AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D33AA

Black with #7D33AA

Text Example


Text Example

White with #7D33AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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