Html Css Color HEX #7A27AA Royal Purple

📋 copy color: '#7A27AA'

red 122 ◦ green 39 ◦ blue 170

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

Shades of Royal Purple #7A27AA

Tints of Royal Purple #7A27AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 51.36%

R = 36.86%
G = 11.78%
B = 51.36%

CMYK

 C value IS 0.28

 M value IS 0.77

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7A27AA (or 0x7A27AA) is known color: Royal Purple. HEX triplet: 7A, 27 and AA. RGB value is (122,39,170). Sum of RGB (Red+Green+Blue) = 122+39+170=331 (43% of max value = 765). Red value is 122 (48.05% from 255 or 36.86% from 331); Green value is 39 (15.62% from 255 or 11.78% from 331); Blue value is 170 (66.80% from 255 or 51.36% from 331); Max value from RGB is 170 - color contains mainly: blue. Hex color #7A27AA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7A27AA is #85D855. Grayscale: #4E4E4E. Windows color (decimal): -8771670 or 11151226. OLE color: 11151226.

HSL color Cylindrical-coordinate representation of color #7A27AA: hue angle of 278.02º 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 #7A27AA is Cyan = 0.28, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 122 39 170 -
CMYK 0.28 0.77 0 0.33
HSL 278.02º 0.63% 0.41% -
HSV(B) 278.02º 0.77% 0.67% -
XYZ 16.01 8.49 38.83 -
YUV 78.75 179.5 158.85 -
System Red Green Blue C M Y K H S L
Decimal 122 39 170 0.28 0.77 0 0.33 278.02 0.63 0.41
Hex 7A 27 AA 1C 4D 0 21 116 3F 29
Octal 172 47 252 34 115 0 41 426 77 51
Binary 1111010 100111 10101010 11100 1001101 0 100001 100010110 111111 101001

Color Harmonies of #7A27AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A27AA

Black with #7A27AA

Text Example


Text Example

White with #7A27AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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