Html Css Color HEX #7F37AD Royal Purple

📋 copy color: '#7F37AD'

red 127 ◦ green 55 ◦ blue 173

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

Shades of Royal Purple #7F37AD

Tints of Royal Purple #7F37AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 48.73%

R = 35.77%
G = 15.49%
B = 48.73%

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

#7F37AD (or 0x7F37AD) is known color: Royal Purple. HEX triplet: 7F, 37 and AD. RGB value is (127,55,173). Sum of RGB (Red+Green+Blue) = 127+55+173=355 (47% of max value = 765). Red value is 127 (50% from 255 or 35.77% from 355); Green value is 55 (21.88% from 255 or 15.49% from 355); Blue value is 173 (67.97% from 255 or 48.73% from 355); Max value from RGB is 173 - color contains mainly: blue. Hex color #7F37AD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7F37AD is #80C852. Grayscale: #595959. Windows color (decimal): -8439891 or 11351935. OLE color: 11351935.

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

Color convert

RGB 127 55 173 -
CMYK 0.27 0.68 0 0.32
HSL 276.61º 0.52% 0.45% -
HSV(B) 276.61º 0.68% 0.68% -
XYZ 17.66 10.26 40.58 -
YUV 89.98 174.85 154.41 -
System Red Green Blue C M Y K H S L
Decimal 127 55 173 0.27 0.68 0 0.32 276.61 0.52 0.45
Hex 7F 37 AD 1B 44 0 20 115 34 2D
Octal 177 67 255 33 104 0 40 425 64 55
Binary 1111111 110111 10101101 11011 1000100 0 100000 100010101 110100 101101

Color Harmonies of #7F37AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F37AD

Black with #7F37AD

Text Example


Text Example

White with #7F37AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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