Html Css Color HEX #7425AB Royal Purple

📋 copy color: '#7425AB'

red 116 ◦ green 37 ◦ blue 171

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

Shades of Royal Purple #7425AB

Tints of Royal Purple #7425AB

RGB

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

 GREEN value IS 37 (14.84% from 255) = 11.42%

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

R = 35.8%
G = 11.42%
B = 52.78%

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

#7425AB (or 0x7425AB) is known color: Royal Purple. HEX triplet: 74, 25 and AB. RGB value is (116,37,171). Sum of RGB (Red+Green+Blue) = 116+37+171=324 (42% of max value = 765). Red value is 116 (45.70% from 255 or 35.80% from 324); Green value is 37 (14.84% from 255 or 11.42% from 324); Blue value is 171 (67.19% from 255 or 52.78% from 324); Max value from RGB is 171 - color contains mainly: blue. Hex color #7425AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7425AB is #8BDA54. Grayscale: #4B4B4B. Windows color (decimal): -9165397 or 11216244. OLE color: 11216244.

HSL color Cylindrical-coordinate representation of color #7425AB: hue angle of 275.37º 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 #7425AB is Cyan = 0.32, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 116 37 171 -
CMYK 0.32 0.78 0 0.33
HSL 275.37º 0.64% 0.41% -
HSV(B) 275.37º 0.78% 0.67% -
XYZ 15.21 7.98 39.27 -
YUV 75.9 181.67 156.6 -
System Red Green Blue C M Y K H S L
Decimal 116 37 171 0.32 0.78 0 0.33 275.37 0.64 0.41
Hex 74 25 AB 20 4E 0 21 113 40 29
Octal 164 45 253 40 116 0 41 423 100 51
Binary 1110100 100101 10101011 100000 1001110 0 100001 100010011 1000000 101001

Color Harmonies of #7425AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7425AB

Black with #7425AB

Text Example


Text Example

White with #7425AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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