Html Css Color HEX #7725AC Royal Purple

📋 copy color: '#7725AC'

red 119 ◦ green 37 ◦ blue 172

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

Shades of Royal Purple #7725AC

Tints of Royal Purple #7725AC

RGB

 RED value IS 119 (46.88% from 255) = 36.28%

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

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

R = 36.28%
G = 11.28%
B = 52.44%

CMYK

 C value IS 0.31

 M value IS 0.78

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7725AC (or 0x7725AC) is known color: Royal Purple. HEX triplet: 77, 25 and AC. RGB value is (119,37,172). Sum of RGB (Red+Green+Blue) = 119+37+172=328 (43% of max value = 765). Red value is 119 (46.88% from 255 or 36.28% from 328); Green value is 37 (14.84% from 255 or 11.28% from 328); Blue value is 172 (67.58% from 255 or 52.44% from 328); Max value from RGB is 172 - color contains mainly: blue. Hex color #7725AC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7725AC is #88DA53. Grayscale: #4C4C4C. Windows color (decimal): -8968788 or 11281783. OLE color: 11281783.

HSL color Cylindrical-coordinate representation of color #7725AC: hue angle of 276.44º degrees, saturation: 0.65, 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 #7725AC is Cyan = 0.31, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 119 37 172 -
CMYK 0.31 0.78 0 0.33
HSL 276.44º 0.65% 0.41% -
HSV(B) 276.44º 0.78% 0.67% -
XYZ 15.72 8.22 39.79 -
YUV 76.91 181.67 158.02 -
System Red Green Blue C M Y K H S L
Decimal 119 37 172 0.31 0.78 0 0.33 276.44 0.65 0.41
Hex 77 25 AC 1F 4E 0 21 114 41 29
Octal 167 45 254 37 116 0 41 424 101 51
Binary 1110111 100101 10101100 11111 1001110 0 100001 100010100 1000001 101001

Color Harmonies of #7725AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7725AC

Black with #7725AC

Text Example


Text Example

White with #7725AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7725AC; }

 p { color: rgb(119,37,172); }

 H1.HeaderClassName
 {
   color: #7725AC;
 }
 .AnyTagClassName
 {
   color: #7725AC;
 }
</style>

background-color css

<style>
 a { background-color: #7725AC; }

 a { background-color: rgb(119,37,172); }

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

border-color css

<style>
 span { border-color: #7725AC; }

 span { border-color: rgb(119,37,172); }

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