Html Css Color HEX #7730AC Royal Purple

📋 copy color: '#7730AC'

red 119 ◦ green 48 ◦ blue 172

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

Shades of Royal Purple #7730AC

Tints of Royal Purple #7730AC

RGB

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

 GREEN value IS 48 (19.14% from 255) = 14.16%

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

R = 35.1%
G = 14.16%
B = 50.74%

CMYK

 C value IS 0.31

 M value IS 0.72

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7730AC (or 0x7730AC) is known color: Royal Purple. HEX triplet: 77, 30 and AC. RGB value is (119,48,172). Sum of RGB (Red+Green+Blue) = 119+48+172=339 (44% of max value = 765). Red value is 119 (46.88% from 255 or 35.10% from 339); Green value is 48 (19.14% from 255 or 14.16% from 339); Blue value is 172 (67.58% from 255 or 50.74% from 339); Max value from RGB is 172 - color contains mainly: blue. Hex color #7730AC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7730AC is #88CF53. Grayscale: #525252. Windows color (decimal): -8965972 or 11284599. OLE color: 11284599.

HSL color Cylindrical-coordinate representation of color #7730AC: hue angle of 274.35º degrees, saturation: 0.56, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #7730AC is Cyan = 0.31, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 119 48 172 -
CMYK 0.31 0.72 0 0.33
HSL 274.35º 0.56% 0.43% -
HSV(B) 274.35º 0.72% 0.67% -
XYZ 16.11 9.01 39.92 -
YUV 83.37 178.02 153.42 -
System Red Green Blue C M Y K H S L
Decimal 119 48 172 0.31 0.72 0 0.33 274.35 0.56 0.43
Hex 77 30 AC 1F 48 0 21 112 38 2B
Octal 167 60 254 37 110 0 41 422 70 53
Binary 1110111 110000 10101100 11111 1001000 0 100001 100010010 111000 101011

Color Harmonies of #7730AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7730AC

Black with #7730AC

Text Example


Text Example

White with #7730AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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