Html Css Color HEX #7D36AE Royal Purple

📋 copy color: '#7D36AE'

red 125 ◦ green 54 ◦ blue 174

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

Shades of Royal Purple #7D36AE

Tints of Royal Purple #7D36AE

RGB

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

 GREEN value IS 54 (21.48% from 255) = 15.3%

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

R = 35.41%
G = 15.3%
B = 49.29%

CMYK

 C value IS 0.28

 M value IS 0.69

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#7D36AE (or 0x7D36AE) is known color: Royal Purple. HEX triplet: 7D, 36 and AE. RGB value is (125,54,174). Sum of RGB (Red+Green+Blue) = 125+54+174=353 (46% of max value = 765). Red value is 125 (49.22% from 255 or 35.41% from 353); Green value is 54 (21.48% from 255 or 15.30% from 353); Blue value is 174 (68.36% from 255 or 49.29% from 353); Max value from RGB is 174 - color contains mainly: blue. Hex color #7D36AE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7D36AE is #82C951. Grayscale: #585858. Windows color (decimal): -8571218 or 11417213. OLE color: 11417213.

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

Color convert

RGB 125 54 174 -
CMYK 0.28 0.69 0 0.32
HSL 275.5º 0.53% 0.45% -
HSV(B) 275.5º 0.69% 0.68% -
XYZ 17.42 10.05 41.07 -
YUV 88.91 176.02 153.74 -
System Red Green Blue C M Y K H S L
Decimal 125 54 174 0.28 0.69 0 0.32 275.5 0.53 0.45
Hex 7D 36 AE 1C 45 0 20 114 35 2D
Octal 175 66 256 34 105 0 40 424 65 55
Binary 1111101 110110 10101110 11100 1000101 0 100000 100010100 110101 101101

Color Harmonies of #7D36AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D36AE

Black with #7D36AE

Text Example


Text Example

White with #7D36AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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