Html Css Color HEX #7F37AE Royal Purple

📋 copy color: '#7F37AE'

red 127 ◦ green 55 ◦ blue 174

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

Shades of Royal Purple #7F37AE

Tints of Royal Purple #7F37AE

RGB

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

 GREEN value IS 55 (21.88% from 255) = 15.45%

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

R = 35.67%
G = 15.45%
B = 48.88%

CMYK

 C value IS 0.27

 M value IS 0.68

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#7F37AE (or 0x7F37AE) is known color: Royal Purple. HEX triplet: 7F, 37 and AE. RGB value is (127,55,174). Sum of RGB (Red+Green+Blue) = 127+55+174=356 (47% of max value = 765). Red value is 127 (50% from 255 or 35.67% from 356); Green value is 55 (21.88% from 255 or 15.45% from 356); Blue value is 174 (68.36% from 255 or 48.88% from 356); Max value from RGB is 174 - color contains mainly: blue. Hex color #7F37AE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7F37AE is #80C851. Grayscale: #595959. Windows color (decimal): -8439890 or 11417471. OLE color: 11417471.

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

Color convert

RGB 127 55 174 -
CMYK 0.27 0.68 0 0.32
HSL 276.3º 0.52% 0.45% -
HSV(B) 276.3º 0.68% 0.68% -
XYZ 17.76 10.3 41.1 -
YUV 90.09 175.35 154.32 -
System Red Green Blue C M Y K H S L
Decimal 127 55 174 0.27 0.68 0 0.32 276.3 0.52 0.45
Hex 7F 37 AE 1B 44 0 20 114 34 2D
Octal 177 67 256 33 104 0 40 424 64 55
Binary 1111111 110111 10101110 11011 1000100 0 100000 100010100 110100 101101

Color Harmonies of #7F37AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F37AE

Black with #7F37AE

Text Example


Text Example

White with #7F37AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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