Html Css Color HEX #7737AF Royal Purple

📋 copy color: '#7737AF'

red 119 ◦ green 55 ◦ blue 175

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

Shades of Royal Purple #7737AF

Tints of Royal Purple #7737AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 50.14%

R = 34.1%
G = 15.76%
B = 50.14%

CMYK

 C value IS 0.32

 M value IS 0.69

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#7737AF (or 0x7737AF) is known color: Royal Purple. HEX triplet: 77, 37 and AF. RGB value is (119,55,175). Sum of RGB (Red+Green+Blue) = 119+55+175=349 (46% of max value = 765). Red value is 119 (46.88% from 255 or 34.10% from 349); Green value is 55 (21.88% from 255 or 15.76% from 349); Blue value is 175 (68.75% from 255 or 50.14% from 349); Max value from RGB is 175 - color contains mainly: blue. Hex color #7737AF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7737AF is #88C850. Grayscale: #575757. Windows color (decimal): -8964177 or 11482999. OLE color: 11482999.

HSL color Cylindrical-coordinate representation of color #7737AF: hue angle of 272º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #7737AF is Cyan = 0.32, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 119 55 175 -
CMYK 0.32 0.69 0 0.31
HSL 272º 0.52% 0.45% -
HSV(B) 272º 0.69% 0.69% -
XYZ 16.71 9.75 41.56 -
YUV 87.82 177.2 150.24 -
System Red Green Blue C M Y K H S L
Decimal 119 55 175 0.32 0.69 0 0.31 272 0.52 0.45
Hex 77 37 AF 20 45 0 1F 110 34 2D
Octal 167 67 257 40 105 0 37 420 64 55
Binary 1110111 110111 10101111 100000 1000101 0 11111 100010000 110100 101101

Color Harmonies of #7737AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7737AF

Black with #7737AF

Text Example


Text Example

White with #7737AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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