Html Css Color HEX #7426AB Royal Purple

📋 copy color: '#7426AB'

red 116 ◦ green 38 ◦ blue 171

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

Shades of Royal Purple #7426AB

Tints of Royal Purple #7426AB

RGB

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

 GREEN value IS 38 (15.23% from 255) = 11.69%

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

R = 35.69%
G = 11.69%
B = 52.62%

CMYK

 C value IS 0.32

 M value IS 0.78

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7426AB (or 0x7426AB) is known color: Royal Purple. HEX triplet: 74, 26 and AB. RGB value is (116,38,171). Sum of RGB (Red+Green+Blue) = 116+38+171=325 (43% of max value = 765). Red value is 116 (45.70% from 255 or 35.69% from 325); Green value is 38 (15.23% from 255 or 11.69% from 325); Blue value is 171 (67.19% from 255 or 52.62% from 325); Max value from RGB is 171 - color contains mainly: blue. Hex color #7426AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7426AB is #8BD954. Grayscale: #4C4C4C. Windows color (decimal): -9165141 or 11216500. OLE color: 11216500.

HSL color Cylindrical-coordinate representation of color #7426AB: hue angle of 275.19º degrees, saturation: 0.64, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #7426AB is Cyan = 0.32, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 116 38 171 -
CMYK 0.32 0.78 0 0.33
HSL 275.19º 0.64% 0.41% -
HSV(B) 275.19º 0.78% 0.67% -
XYZ 15.25 8.04 39.28 -
YUV 76.48 181.34 156.19 -
System Red Green Blue C M Y K H S L
Decimal 116 38 171 0.32 0.78 0 0.33 275.19 0.64 0.41
Hex 74 26 AB 20 4E 0 21 113 40 29
Octal 164 46 253 40 116 0 41 423 100 51
Binary 1110100 100110 10101011 100000 1001110 0 100001 100010011 1000000 101001

Color Harmonies of #7426AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7426AB

Black with #7426AB

Text Example


Text Example

White with #7426AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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