Html Css Color HEX #7F2EAC Royal Purple

📋 copy color: '#7F2EAC'

red 127 ◦ green 46 ◦ blue 172

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

Shades of Royal Purple #7F2EAC

Tints of Royal Purple #7F2EAC

RGB

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

 GREEN value IS 46 (18.36% from 255) = 13.33%

 BLUE value IS 172 (67.58% from 255) = 49.86%

R = 36.81%
G = 13.33%
B = 49.86%

CMYK

 C value IS 0.26

 M value IS 0.73

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7F2EAC (or 0x7F2EAC) is known color: Royal Purple. HEX triplet: 7F, 2E and AC. RGB value is (127,46,172). Sum of RGB (Red+Green+Blue) = 127+46+172=345 (45% of max value = 765). Red value is 127 (50% from 255 or 36.81% from 345); Green value is 46 (18.36% from 255 or 13.33% from 345); Blue value is 172 (67.58% from 255 or 49.86% from 345); Max value from RGB is 172 - color contains mainly: blue. Hex color #7F2EAC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7F2EAC is #80D153. Grayscale: #545454. Windows color (decimal): -8442196 or 11284095. OLE color: 11284095.

HSL color Cylindrical-coordinate representation of color #7F2EAC: hue angle of 278.57º degrees, saturation: 0.58, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #7F2EAC is Cyan = 0.26, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 127 46 172 -
CMYK 0.26 0.73 0 0.33
HSL 278.57º 0.58% 0.43% -
HSV(B) 278.57º 0.73% 0.67% -
XYZ 17.18 9.44 39.95 -
YUV 84.58 177.34 158.25 -
System Red Green Blue C M Y K H S L
Decimal 127 46 172 0.26 0.73 0 0.33 278.57 0.58 0.43
Hex 7F 2E AC 1A 49 0 21 117 3A 2B
Octal 177 56 254 32 111 0 41 427 72 53
Binary 1111111 101110 10101100 11010 1001001 0 100001 100010111 111010 101011

Color Harmonies of #7F2EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F2EAC

Black with #7F2EAC

Text Example


Text Example

White with #7F2EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,46,172); }

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

background-color css

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

 a { background-color: rgb(127,46,172); }

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

border-color css

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

 span { border-color: rgb(127,46,172); }

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