Html Css Color HEX #7730AB Royal Purple

📋 copy color: '#7730AB'

red 119 ◦ green 48 ◦ blue 171

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

Shades of Royal Purple #7730AB

Tints of Royal Purple #7730AB

RGB

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

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

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

R = 35.21%
G = 14.2%
B = 50.59%

CMYK

 C value IS 0.30

 M value IS 0.72

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7730AB (or 0x7730AB) is known color: Royal Purple. HEX triplet: 77, 30 and AB. RGB value is (119,48,171). Sum of RGB (Red+Green+Blue) = 119+48+171=338 (44% of max value = 765). Red value is 119 (46.88% from 255 or 35.21% from 338); Green value is 48 (19.14% from 255 or 14.20% from 338); Blue value is 171 (67.19% from 255 or 50.59% from 338); Max value from RGB is 171 - color contains mainly: blue. Hex color #7730AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7730AB is #88CF54. Grayscale: #525252. Windows color (decimal): -8965973 or 11219063. OLE color: 11219063.

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

Color convert

RGB 119 48 171 -
CMYK 0.30 0.72 0 0.33
HSL 274.63º 0.56% 0.43% -
HSV(B) 274.63º 0.72% 0.67% -
XYZ 16.02 8.98 39.42 -
YUV 83.25 177.52 153.5 -
System Red Green Blue C M Y K H S L
Decimal 119 48 171 0.30 0.72 0 0.33 274.63 0.56 0.43
Hex 77 30 AB 1E 48 0 21 113 38 2B
Octal 167 60 253 36 110 0 41 423 70 53
Binary 1110111 110000 10101011 11110 1001000 0 100001 100010011 111000 101011

Color Harmonies of #7730AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7730AB

Black with #7730AB

Text Example


Text Example

White with #7730AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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