Html Css Color HEX #763AB1 Royal Purple

📋 copy color: '#763AB1'

red 118 ◦ green 58 ◦ blue 177

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

Shades of Royal Purple #763AB1

Tints of Royal Purple #763AB1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 50.14%

R = 33.43%
G = 16.43%
B = 50.14%

CMYK

 C value IS 0.33

 M value IS 0.67

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#763AB1 (or 0x763AB1) is known color: Royal Purple. HEX triplet: 76, 3A and B1. RGB value is (118,58,177). Sum of RGB (Red+Green+Blue) = 118+58+177=353 (46% of max value = 765). Red value is 118 (46.48% from 255 or 33.43% from 353); Green value is 58 (23.05% from 255 or 16.43% from 353); Blue value is 177 (69.53% from 255 or 50.14% from 353); Max value from RGB is 177 - color contains mainly: blue. Hex color #763AB1 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #763AB1 is #89C54E. Grayscale: #595959. Windows color (decimal): -9028943 or 11614838. OLE color: 11614838.

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

Color convert

RGB 118 58 177 -
CMYK 0.33 0.67 0 0.31
HSL 270.25º 0.51% 0.46% -
HSV(B) 270.25º 0.67% 0.69% -
XYZ 16.92 10.05 42.64 -
YUV 89.51 177.38 148.32 -
System Red Green Blue C M Y K H S L
Decimal 118 58 177 0.33 0.67 0 0.31 270.25 0.51 0.46
Hex 76 3A B1 21 43 0 1F 10E 33 2E
Octal 166 72 261 41 103 0 37 416 63 56
Binary 1110110 111010 10110001 100001 1000011 0 11111 100001110 110011 101110

Color Harmonies of #763AB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #763AB1

Black with #763AB1

Text Example


Text Example

White with #763AB1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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