Html Css Color HEX #7F32AE Royal Purple

📋 copy color: '#7F32AE'

red 127 ◦ green 50 ◦ blue 174

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

Shades of Royal Purple #7F32AE

Tints of Royal Purple #7F32AE

RGB

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

 GREEN value IS 50 (19.92% from 255) = 14.25%

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

R = 36.18%
G = 14.25%
B = 49.57%

CMYK

 C value IS 0.27

 M value IS 0.71

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#7F32AE (or 0x7F32AE) is known color: Royal Purple. HEX triplet: 7F, 32 and AE. RGB value is (127,50,174). Sum of RGB (Red+Green+Blue) = 127+50+174=351 (46% of max value = 765). Red value is 127 (50% from 255 or 36.18% from 351); Green value is 50 (19.92% from 255 or 14.25% from 351); Blue value is 174 (68.36% from 255 or 49.57% from 351); Max value from RGB is 174 - color contains mainly: blue. Hex color #7F32AE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7F32AE is #80CD51. Grayscale: #565656. Windows color (decimal): -8441170 or 11416191. OLE color: 11416191.

HSL color Cylindrical-coordinate representation of color #7F32AE: hue angle of 277.26º 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 #7F32AE is Cyan = 0.27, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 127 50 174 -
CMYK 0.27 0.71 0 0.32
HSL 277.26º 0.55% 0.44% -
HSV(B) 277.26º 0.71% 0.68% -
XYZ 17.53 9.85 41.02 -
YUV 87.16 177.01 156.42 -
System Red Green Blue C M Y K H S L
Decimal 127 50 174 0.27 0.71 0 0.32 277.26 0.55 0.44
Hex 7F 32 AE 1B 47 0 20 115 37 2C
Octal 177 62 256 33 107 0 40 425 67 54
Binary 1111111 110010 10101110 11011 1000111 0 100000 100010101 110111 101100

Color Harmonies of #7F32AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F32AE

Black with #7F32AE

Text Example


Text Example

White with #7F32AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,50,174); }

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

background-color css

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

 a { background-color: rgb(127,50,174); }

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

border-color css

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

 span { border-color: rgb(127,50,174); }

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