Html Css Color HEX #7D28AE Royal Purple

📋 copy color: '#7D28AE'

red 125 ◦ green 40 ◦ blue 174

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

Shades of Royal Purple #7D28AE

Tints of Royal Purple #7D28AE

RGB

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

 GREEN value IS 40 (16.02% from 255) = 11.8%

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

R = 36.87%
G = 11.8%
B = 51.33%

CMYK

 C value IS 0.28

 M value IS 0.77

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#7D28AE (or 0x7D28AE) is known color: Royal Purple. HEX triplet: 7D, 28 and AE. RGB value is (125,40,174). Sum of RGB (Red+Green+Blue) = 125+40+174=339 (44% of max value = 765). Red value is 125 (49.22% from 255 or 36.87% from 339); Green value is 40 (16.02% from 255 or 11.80% from 339); Blue value is 174 (68.36% from 255 or 51.33% from 339); Max value from RGB is 174 - color contains mainly: blue. Hex color #7D28AE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7D28AE is #82D751. Grayscale: #505050. Windows color (decimal): -8574802 or 11413629. OLE color: 11413629.

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

Color convert

RGB 125 40 174 -
CMYK 0.28 0.77 0 0.32
HSL 278.06º 0.63% 0.42% -
HSV(B) 278.06º 0.77% 0.68% -
XYZ 16.86 8.93 40.88 -
YUV 80.69 180.66 159.6 -
System Red Green Blue C M Y K H S L
Decimal 125 40 174 0.28 0.77 0 0.32 278.06 0.63 0.42
Hex 7D 28 AE 1C 4D 0 20 116 3F 2A
Octal 175 50 256 34 115 0 40 426 77 52
Binary 1111101 101000 10101110 11100 1001101 0 100000 100010110 111111 101010

Color Harmonies of #7D28AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D28AE

Black with #7D28AE

Text Example


Text Example

White with #7D28AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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