Html Css Color HEX #7D33AE Royal Purple

📋 copy color: '#7D33AE'

red 125 ◦ green 51 ◦ blue 174

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

Shades of Royal Purple #7D33AE

Tints of Royal Purple #7D33AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 49.71%

R = 35.71%
G = 14.57%
B = 49.71%

CMYK

 C value IS 0.28

 M value IS 0.71

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#7D33AE (or 0x7D33AE) is known color: Royal Purple. HEX triplet: 7D, 33 and AE. RGB value is (125,51,174). Sum of RGB (Red+Green+Blue) = 125+51+174=350 (46% of max value = 765). Red value is 125 (49.22% from 255 or 35.71% from 350); Green value is 51 (20.31% from 255 or 14.57% from 350); Blue value is 174 (68.36% from 255 or 49.71% from 350); Max value from RGB is 174 - color contains mainly: blue. Hex color #7D33AE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7D33AE is #82CC51. Grayscale: #565656. Windows color (decimal): -8571986 or 11416445. OLE color: 11416445.

HSL color Cylindrical-coordinate representation of color #7D33AE: hue angle of 276.1º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #7D33AE is Cyan = 0.28, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 125 51 174 -
CMYK 0.28 0.71 0 0.32
HSL 276.1º 0.55% 0.44% -
HSV(B) 276.1º 0.71% 0.68% -
XYZ 17.28 9.78 41.02 -
YUV 87.15 177.02 155 -
System Red Green Blue C M Y K H S L
Decimal 125 51 174 0.28 0.71 0 0.32 276.1 0.55 0.44
Hex 7D 33 AE 1C 47 0 20 114 37 2C
Octal 175 63 256 34 107 0 40 424 67 54
Binary 1111101 110011 10101110 11100 1000111 0 100000 100010100 110111 101100

Color Harmonies of #7D33AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D33AE

Black with #7D33AE

Text Example


Text Example

White with #7D33AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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