Html Css Color HEX #7737AA Royal Purple

📋 copy color: '#7737AA'

red 119 ◦ green 55 ◦ blue 170

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

Shades of Royal Purple #7737AA

Tints of Royal Purple #7737AA

RGB

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

 GREEN value IS 55 (21.88% from 255) = 15.99%

 BLUE value IS 170 (66.8% from 255) = 49.42%

R = 34.59%
G = 15.99%
B = 49.42%

CMYK

 C value IS 0.3

 M value IS 0.68

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7737AA (or 0x7737AA) is known color: Royal Purple. HEX triplet: 77, 37 and AA. RGB value is (119,55,170). Sum of RGB (Red+Green+Blue) = 119+55+170=344 (45% of max value = 765). Red value is 119 (46.88% from 255 or 34.59% from 344); Green value is 55 (21.88% from 255 or 15.99% from 344); Blue value is 170 (66.80% from 255 or 49.42% from 344); Max value from RGB is 170 - color contains mainly: blue. Hex color #7737AA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7737AA is #88C855. Grayscale: #565656. Windows color (decimal): -8964182 or 11155319. OLE color: 11155319.

HSL color Cylindrical-coordinate representation of color #7737AA: hue angle of 273.39º degrees, saturation: 0.51, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #7737AA is Cyan = 0.3, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 119 55 170 -
CMYK 0.3 0.68 0 0.33
HSL 273.39º 0.51% 0.44% -
HSV(B) 273.39º 0.68% 0.67% -
XYZ 16.23 9.56 39.02 -
YUV 87.25 174.7 150.65 -
System Red Green Blue C M Y K H S L
Decimal 119 55 170 0.3 0.68 0 0.33 273.39 0.51 0.44
Hex 77 37 AA 1E 44 0 21 111 33 2C
Octal 167 67 252 36 104 0 41 421 63 54
Binary 1110111 110111 10101010 11110 1000100 0 100001 100010001 110011 101100

Color Harmonies of #7737AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7737AA

Black with #7737AA

Text Example


Text Example

White with #7737AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7737AA; }

 p { color: rgb(119,55,170); }

 H1.HeaderClassName
 {
   color: #7737AA;
 }
 .AnyTagClassName
 {
   color: #7737AA;
 }
</style>

background-color css

<style>
 a { background-color: #7737AA; }

 a { background-color: rgb(119,55,170); }

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

border-color css

<style>
 span { border-color: #7737AA; }

 span { border-color: rgb(119,55,170); }

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