Html Css Color HEX #763EA2 Royal Purple

📋 copy color: '#763EA2'

red 118 ◦ green 62 ◦ blue 162

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

Shades of Royal Purple #763EA2

Tints of Royal Purple #763EA2

RGB

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

 GREEN value IS 62 (24.61% from 255) = 18.13%

 BLUE value IS 162 (63.67% from 255) = 47.37%

R = 34.5%
G = 18.13%
B = 47.37%

CMYK

 C value IS 0.27

 M value IS 0.62

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#763EA2 (or 0x763EA2) is known color: Royal Purple. HEX triplet: 76, 3E and A2. RGB value is (118,62,162). Sum of RGB (Red+Green+Blue) = 118+62+162=342 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.50% from 342); Green value is 62 (24.61% from 255 or 18.13% from 342); Blue value is 162 (63.67% from 255 or 47.37% from 342); Max value from RGB is 162 - color contains mainly: blue. Hex color #763EA2 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #763EA2 is #89C15D. Grayscale: #595959. Windows color (decimal): -9027934 or 10632822. OLE color: 10632822.

HSL color Cylindrical-coordinate representation of color #763EA2: hue angle of 273.6º degrees, saturation: 0.45, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #763EA2 is Cyan = 0.27, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 118 62 162 -
CMYK 0.27 0.62 0 0.36
HSL 273.6º 0.45% 0.44% -
HSV(B) 273.6º 0.62% 0.64% -
XYZ 15.72 9.91 35.27 -
YUV 90.14 168.55 147.87 -
System Red Green Blue C M Y K H S L
Decimal 118 62 162 0.27 0.62 0 0.36 273.6 0.45 0.44
Hex 76 3E A2 1B 3E 0 24 112 2D 2C
Octal 166 76 242 33 76 0 44 422 55 54
Binary 1110110 111110 10100010 11011 111110 0 100100 100010010 101101 101100

Color Harmonies of #763EA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #763EA2

Black with #763EA2

Text Example


Text Example

White with #763EA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,62,162); }

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

background-color css

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

 a { background-color: rgb(118,62,162); }

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

border-color css

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

 span { border-color: rgb(118,62,162); }

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