Html Css Color HEX #763AAE Royal Purple

📋 copy color: '#763AAE'

red 118 ◦ green 58 ◦ blue 174

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

Shades of Royal Purple #763AAE

Tints of Royal Purple #763AAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 49.71%

R = 33.71%
G = 16.57%
B = 49.71%

CMYK

 C value IS 0.32

 M value IS 0.67

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#763AAE (or 0x763AAE) is known color: Royal Purple. HEX triplet: 76, 3A and AE. RGB value is (118,58,174). Sum of RGB (Red+Green+Blue) = 118+58+174=350 (46% of max value = 765). Red value is 118 (46.48% from 255 or 33.71% from 350); Green value is 58 (23.05% from 255 or 16.57% from 350); Blue value is 174 (68.36% from 255 or 49.71% from 350); Max value from RGB is 174 - color contains mainly: blue. Hex color #763AAE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #763AAE is #89C551. Grayscale: #585858. Windows color (decimal): -9028946 or 11418230. OLE color: 11418230.

HSL color Cylindrical-coordinate representation of color #763AAE: hue angle of 271.03º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #763AAE is Cyan = 0.32, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 118 58 174 -
CMYK 0.32 0.67 0 0.32
HSL 271.03º 0.5% 0.45% -
HSV(B) 271.03º 0.67% 0.68% -
XYZ 16.62 9.93 41.09 -
YUV 89.16 175.88 148.57 -
System Red Green Blue C M Y K H S L
Decimal 118 58 174 0.32 0.67 0 0.32 271.03 0.5 0.45
Hex 76 3A AE 20 43 0 20 10F 32 2D
Octal 166 72 256 40 103 0 40 417 62 55
Binary 1110110 111010 10101110 100000 1000011 0 100000 100001111 110010 101101

Color Harmonies of #763AAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #763AAE

Black with #763AAE

Text Example


Text Example

White with #763AAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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