Html Css Color HEX #7A23AC Royal Purple

📋 copy color: '#7A23AC'

red 122 ◦ green 35 ◦ blue 172

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

Shades of Royal Purple #7A23AC

Tints of Royal Purple #7A23AC

RGB

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

 GREEN value IS 35 (14.06% from 255) = 10.64%

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

R = 37.08%
G = 10.64%
B = 52.28%

CMYK

 C value IS 0.29

 M value IS 0.80

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7A23AC (or 0x7A23AC) is known color: Royal Purple. HEX triplet: 7A, 23 and AC. RGB value is (122,35,172). Sum of RGB (Red+Green+Blue) = 122+35+172=329 (43% of max value = 765). Red value is 122 (48.05% from 255 or 37.08% from 329); Green value is 35 (14.06% from 255 or 10.64% from 329); Blue value is 172 (67.58% from 255 or 52.28% from 329); Max value from RGB is 172 - color contains mainly: blue. Hex color #7A23AC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7A23AC is #85DC53. Grayscale: #4C4C4C. Windows color (decimal): -8772692 or 11281274. OLE color: 11281274.

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

Color convert

RGB 122 35 172 -
CMYK 0.29 0.80 0 0.33
HSL 278.1º 0.66% 0.41% -
HSV(B) 278.1º 0.8% 0.67% -
XYZ 16.07 8.32 39.79 -
YUV 76.63 181.82 160.36 -
System Red Green Blue C M Y K H S L
Decimal 122 35 172 0.29 0.80 0 0.33 278.1 0.66 0.41
Hex 7A 23 AC 1D 50 0 21 116 42 29
Octal 172 43 254 35 120 0 41 426 102 51
Binary 1111010 100011 10101100 11101 1010000 0 100001 100010110 1000010 101001

Color Harmonies of #7A23AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A23AC

Black with #7A23AC

Text Example


Text Example

White with #7A23AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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