Html Css Color HEX #7A36AC Royal Purple

📋 copy color: '#7A36AC'

red 122 ◦ green 54 ◦ blue 172

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

Shades of Royal Purple #7A36AC

Tints of Royal Purple #7A36AC

RGB

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

 GREEN value IS 54 (21.48% from 255) = 15.52%

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

R = 35.06%
G = 15.52%
B = 49.43%

CMYK

 C value IS 0.29

 M value IS 0.69

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7A36AC (or 0x7A36AC) is known color: Royal Purple. HEX triplet: 7A, 36 and AC. RGB value is (122,54,172). Sum of RGB (Red+Green+Blue) = 122+54+172=348 (46% of max value = 765). Red value is 122 (48.05% from 255 or 35.06% from 348); Green value is 54 (21.48% from 255 or 15.52% from 348); Blue value is 172 (67.58% from 255 or 49.43% from 348); Max value from RGB is 172 - color contains mainly: blue. Hex color #7A36AC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7A36AC is #85C953. Grayscale: #575757. Windows color (decimal): -8767828 or 11286138. OLE color: 11286138.

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

Color convert

RGB 122 54 172 -
CMYK 0.29 0.69 0 0.33
HSL 274.58º 0.52% 0.44% -
HSV(B) 274.58º 0.69% 0.67% -
XYZ 16.79 9.75 40.03 -
YUV 87.78 175.53 152.41 -
System Red Green Blue C M Y K H S L
Decimal 122 54 172 0.29 0.69 0 0.33 274.58 0.52 0.44
Hex 7A 36 AC 1D 45 0 21 113 34 2C
Octal 172 66 254 35 105 0 41 423 64 54
Binary 1111010 110110 10101100 11101 1000101 0 100001 100010011 110100 101100

Color Harmonies of #7A36AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A36AC

Black with #7A36AC

Text Example


Text Example

White with #7A36AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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