Html Css Color HEX #7423AB Royal Purple

📋 copy color: '#7423AB'

red 116 ◦ green 35 ◦ blue 171

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

Shades of Royal Purple #7423AB

Tints of Royal Purple #7423AB

RGB

 RED value IS 116 (45.7% from 255) = 36.02%

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

 BLUE value IS 171 (67.19% from 255) = 53.11%

R = 36.02%
G = 10.87%
B = 53.11%

CMYK

 C value IS 0.32

 M value IS 0.80

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7423AB (or 0x7423AB) is known color: Royal Purple. HEX triplet: 74, 23 and AB. RGB value is (116,35,171). Sum of RGB (Red+Green+Blue) = 116+35+171=322 (42% of max value = 765). Red value is 116 (45.70% from 255 or 36.02% from 322); Green value is 35 (14.06% from 255 or 10.87% from 322); Blue value is 171 (67.19% from 255 or 53.11% from 322); Max value from RGB is 171 - color contains mainly: blue. Hex color #7423AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7423AB is #8BDC54. Grayscale: #4A4A4A. Windows color (decimal): -9165909 or 11215732. OLE color: 11215732.

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

Color convert

RGB 116 35 171 -
CMYK 0.32 0.80 0 0.33
HSL 275.74º 0.66% 0.4% -
HSV(B) 275.74º 0.8% 0.67% -
XYZ 15.15 7.86 39.25 -
YUV 74.72 182.34 157.44 -
System Red Green Blue C M Y K H S L
Decimal 116 35 171 0.32 0.80 0 0.33 275.74 0.66 0.4
Hex 74 23 AB 20 50 0 21 114 42 28
Octal 164 43 253 40 120 0 41 424 102 50
Binary 1110100 100011 10101011 100000 1010000 0 100001 100010100 1000010 101000

Color Harmonies of #7423AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7423AB

Black with #7423AB

Text Example


Text Example

White with #7423AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7423AB; }

 p { color: rgb(116,35,171); }

 H1.HeaderClassName
 {
   color: #7423AB;
 }
 .AnyTagClassName
 {
   color: #7423AB;
 }
</style>

background-color css

<style>
 a { background-color: #7423AB; }

 a { background-color: rgb(116,35,171); }

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

border-color css

<style>
 span { border-color: #7423AB; }

 span { border-color: rgb(116,35,171); }

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