Html Css Color HEX #763BAE Royal Purple

📋 copy color: '#763BAE'

red 118 ◦ green 59 ◦ blue 174

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

Shades of Royal Purple #763BAE

Tints of Royal Purple #763BAE

RGB

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

 GREEN value IS 59 (23.44% from 255) = 16.81%

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

R = 33.62%
G = 16.81%
B = 49.57%

CMYK

 C value IS 0.32

 M value IS 0.66

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#763BAE (or 0x763BAE) is known color: Royal Purple. HEX triplet: 76, 3B and AE. RGB value is (118,59,174). Sum of RGB (Red+Green+Blue) = 118+59+174=351 (46% of max value = 765). Red value is 118 (46.48% from 255 or 33.62% from 351); Green value is 59 (23.44% from 255 or 16.81% from 351); Blue value is 174 (68.36% from 255 or 49.57% from 351); Max value from RGB is 174 - color contains mainly: blue. Hex color #763BAE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #763BAE is #89C451. Grayscale: #595959. Windows color (decimal): -9028690 or 11418486. OLE color: 11418486.

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

Color convert

RGB 118 59 174 -
CMYK 0.32 0.66 0 0.32
HSL 270.78º 0.49% 0.46% -
HSV(B) 270.78º 0.66% 0.68% -
XYZ 16.68 10.04 41.1 -
YUV 89.75 175.55 148.15 -
System Red Green Blue C M Y K H S L
Decimal 118 59 174 0.32 0.66 0 0.32 270.78 0.49 0.46
Hex 76 3B AE 20 42 0 20 10F 31 2E
Octal 166 73 256 40 102 0 40 417 61 56
Binary 1110110 111011 10101110 100000 1000010 0 100000 100001111 110001 101110

Color Harmonies of #763BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #763BAE

Black with #763BAE

Text Example


Text Example

White with #763BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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