Html Css Color HEX #763AAA Royal Purple

📋 copy color: '#763AAA'

red 118 ◦ green 58 ◦ blue 170

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

Shades of Royal Purple #763AAA

Tints of Royal Purple #763AAA

RGB

 RED value IS 118 (46.48% from 255) = 34.1%

 GREEN value IS 58 (23.05% from 255) = 16.76%

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

R = 34.1%
G = 16.76%
B = 49.13%

CMYK

 C value IS 0.31

 M value IS 0.66

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#763AAA (or 0x763AAA) is known color: Royal Purple. HEX triplet: 76, 3A and AA. RGB value is (118,58,170). Sum of RGB (Red+Green+Blue) = 118+58+170=346 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.10% from 346); Green value is 58 (23.05% from 255 or 16.76% from 346); Blue value is 170 (66.80% from 255 or 49.13% from 346); Max value from RGB is 170 - color contains mainly: blue. Hex color #763AAA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #763AAA is #89C555. Grayscale: #585858. Windows color (decimal): -9028950 or 11156086. OLE color: 11156086.

HSL color Cylindrical-coordinate representation of color #763AAA: hue angle of 272.14º degrees, saturation: 0.49, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #763AAA is Cyan = 0.31, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 118 58 170 -
CMYK 0.31 0.66 0 0.33
HSL 272.14º 0.49% 0.45% -
HSV(B) 272.14º 0.66% 0.67% -
XYZ 16.24 9.78 39.06 -
YUV 88.71 173.88 148.89 -
System Red Green Blue C M Y K H S L
Decimal 118 58 170 0.31 0.66 0 0.33 272.14 0.49 0.45
Hex 76 3A AA 1F 42 0 21 110 31 2D
Octal 166 72 252 37 102 0 41 420 61 55
Binary 1110110 111010 10101010 11111 1000010 0 100001 100010000 110001 101101

Color Harmonies of #763AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #763AAA

Black with #763AAA

Text Example


Text Example

White with #763AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #763AAA; }

 p { color: rgb(118,58,170); }

 H1.HeaderClassName
 {
   color: #763AAA;
 }
 .AnyTagClassName
 {
   color: #763AAA;
 }
</style>

background-color css

<style>
 a { background-color: #763AAA; }

 a { background-color: rgb(118,58,170); }

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

border-color css

<style>
 span { border-color: #763AAA; }

 span { border-color: rgb(118,58,170); }

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