Html Css Color HEX #7F36AA Royal Purple

📋 copy color: '#7F36AA'

red 127 ◦ green 54 ◦ blue 170

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

Shades of Royal Purple #7F36AA

Tints of Royal Purple #7F36AA

RGB

 RED value IS 127 (50% from 255) = 36.18%

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

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

R = 36.18%
G = 15.38%
B = 48.43%

CMYK

 C value IS 0.25

 M value IS 0.68

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7F36AA (or 0x7F36AA) is known color: Royal Purple. HEX triplet: 7F, 36 and AA. RGB value is (127,54,170). Sum of RGB (Red+Green+Blue) = 127+54+170=351 (46% of max value = 765). Red value is 127 (50% from 255 or 36.18% from 351); Green value is 54 (21.48% from 255 or 15.38% from 351); Blue value is 170 (66.80% from 255 or 48.43% from 351); Max value from RGB is 170 - color contains mainly: blue. Hex color #7F36AA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7F36AA is #80C955. Grayscale: #585858. Windows color (decimal): -8440150 or 11155071. OLE color: 11155071.

HSL color Cylindrical-coordinate representation of color #7F36AA: hue angle of 277.76º degrees, saturation: 0.52, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #7F36AA is Cyan = 0.25, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 127 54 170 -
CMYK 0.25 0.68 0 0.33
HSL 277.76º 0.52% 0.44% -
HSV(B) 277.76º 0.68% 0.67% -
XYZ 17.33 10.05 39.06 -
YUV 89.05 173.68 155.07 -
System Red Green Blue C M Y K H S L
Decimal 127 54 170 0.25 0.68 0 0.33 277.76 0.52 0.44
Hex 7F 36 AA 19 44 0 21 116 34 2C
Octal 177 66 252 31 104 0 41 426 64 54
Binary 1111111 110110 10101010 11001 1000100 0 100001 100010110 110100 101100

Color Harmonies of #7F36AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F36AA

Black with #7F36AA

Text Example


Text Example

White with #7F36AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,54,170); }

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

background-color css

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

 a { background-color: rgb(127,54,170); }

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

border-color css

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

 span { border-color: rgb(127,54,170); }

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