Html Css Color HEX #7F2BAE Royal Purple

📋 copy color: '#7F2BAE'

red 127 ◦ green 43 ◦ blue 174

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

Shades of Royal Purple #7F2BAE

Tints of Royal Purple #7F2BAE

RGB

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

 GREEN value IS 43 (17.19% from 255) = 12.5%

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

R = 36.92%
G = 12.5%
B = 50.58%

CMYK

 C value IS 0.27

 M value IS 0.75

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#7F2BAE (or 0x7F2BAE) is known color: Royal Purple. HEX triplet: 7F, 2B and AE. RGB value is (127,43,174). Sum of RGB (Red+Green+Blue) = 127+43+174=344 (45% of max value = 765). Red value is 127 (50% from 255 or 36.92% from 344); Green value is 43 (17.19% from 255 or 12.5% from 344); Blue value is 174 (68.36% from 255 or 50.58% from 344); Max value from RGB is 174 - color contains mainly: blue. Hex color #7F2BAE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7F2BAE is #80D451. Grayscale: #525252. Windows color (decimal): -8442962 or 11414399. OLE color: 11414399.

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

Color convert

RGB 127 43 174 -
CMYK 0.27 0.75 0 0.32
HSL 278.47º 0.6% 0.43% -
HSV(B) 278.47º 0.75% 0.68% -
XYZ 17.26 9.3 40.93 -
YUV 83.05 179.33 159.35 -
System Red Green Blue C M Y K H S L
Decimal 127 43 174 0.27 0.75 0 0.32 278.47 0.6 0.43
Hex 7F 2B AE 1B 4B 0 20 116 3C 2B
Octal 177 53 256 33 113 0 40 426 74 53
Binary 1111111 101011 10101110 11011 1001011 0 100000 100010110 111100 101011

Color Harmonies of #7F2BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F2BAE

Black with #7F2BAE

Text Example


Text Example

White with #7F2BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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