Html Css Color HEX #7A27AC Royal Purple

📋 copy color: '#7A27AC'

red 122 ◦ green 39 ◦ blue 172

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

Shades of Royal Purple #7A27AC

Tints of Royal Purple #7A27AC

RGB

 RED value IS 122 (48.05% from 255) = 36.64%

 GREEN value IS 39 (15.63% from 255) = 11.71%

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

R = 36.64%
G = 11.71%
B = 51.65%

CMYK

 C value IS 0.29

 M value IS 0.77

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7A27AC (or 0x7A27AC) is known color: Royal Purple. HEX triplet: 7A, 27 and AC. RGB value is (122,39,172). Sum of RGB (Red+Green+Blue) = 122+39+172=333 (44% of max value = 765). Red value is 122 (48.05% from 255 or 36.64% from 333); Green value is 39 (15.62% from 255 or 11.71% from 333); Blue value is 172 (67.58% from 255 or 51.65% from 333); Max value from RGB is 172 - color contains mainly: blue. Hex color #7A27AC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7A27AC is #85D853. Grayscale: #4E4E4E. Windows color (decimal): -8771668 or 11282298. OLE color: 11282298.

HSL color Cylindrical-coordinate representation of color #7A27AC: hue angle of 277.44º degrees, saturation: 0.63, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #7A27AC is Cyan = 0.29, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 122 39 172 -
CMYK 0.29 0.77 0 0.33
HSL 277.44º 0.63% 0.41% -
HSV(B) 277.44º 0.77% 0.67% -
XYZ 16.2 8.57 39.83 -
YUV 78.98 180.5 158.69 -
System Red Green Blue C M Y K H S L
Decimal 122 39 172 0.29 0.77 0 0.33 277.44 0.63 0.41
Hex 7A 27 AC 1D 4D 0 21 115 3F 29
Octal 172 47 254 35 115 0 41 425 77 51
Binary 1111010 100111 10101100 11101 1001101 0 100001 100010101 111111 101001

Color Harmonies of #7A27AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A27AC

Black with #7A27AC

Text Example


Text Example

White with #7A27AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,39,172); }

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

background-color css

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

 a { background-color: rgb(122,39,172); }

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

border-color css

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

 span { border-color: rgb(122,39,172); }

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