Html Css Color HEX #7925AD Royal Purple

📋 copy color: '#7925AD'

red 121 ◦ green 37 ◦ blue 173

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

Shades of Royal Purple #7925AD

Tints of Royal Purple #7925AD

RGB

 RED value IS 121 (47.66% from 255) = 36.56%

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

 BLUE value IS 173 (67.97% from 255) = 52.27%

R = 36.56%
G = 11.18%
B = 52.27%

CMYK

 C value IS 0.30

 M value IS 0.79

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#7925AD (or 0x7925AD) is known color: Royal Purple. HEX triplet: 79, 25 and AD. RGB value is (121,37,173). Sum of RGB (Red+Green+Blue) = 121+37+173=331 (43% of max value = 765). Red value is 121 (47.66% from 255 or 36.56% from 331); Green value is 37 (14.84% from 255 or 11.18% from 331); Blue value is 173 (67.97% from 255 or 52.27% from 331); Max value from RGB is 173 - color contains mainly: blue. Hex color #7925AD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7925AD is #86DA52. Grayscale: #4D4D4D. Windows color (decimal): -8837715 or 11347321. OLE color: 11347321.

HSL color Cylindrical-coordinate representation of color #7925AD: hue angle of 277.06º degrees, saturation: 0.65, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #7925AD is Cyan = 0.30, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 121 37 173 -
CMYK 0.30 0.79 0 0.32
HSL 277.06º 0.65% 0.41% -
HSV(B) 277.06º 0.79% 0.68% -
XYZ 16.09 8.41 40.31 -
YUV 77.62 181.83 158.94 -
System Red Green Blue C M Y K H S L
Decimal 121 37 173 0.30 0.79 0 0.32 277.06 0.65 0.41
Hex 79 25 AD 1E 4F 0 20 115 41 29
Octal 171 45 255 36 117 0 40 425 101 51
Binary 1111001 100101 10101101 11110 1001111 0 100000 100010101 1000001 101001

Color Harmonies of #7925AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7925AD

Black with #7925AD

Text Example


Text Example

White with #7925AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7925AD; }

 p { color: rgb(121,37,173); }

 H1.HeaderClassName
 {
   color: #7925AD;
 }
 .AnyTagClassName
 {
   color: #7925AD;
 }
</style>

background-color css

<style>
 a { background-color: #7925AD; }

 a { background-color: rgb(121,37,173); }

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

border-color css

<style>
 span { border-color: #7925AD; }

 span { border-color: rgb(121,37,173); }

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