Html Css Color HEX #763EAD Royal Purple

📋 copy color: '#763EAD'

red 118 ◦ green 62 ◦ blue 173

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

Shades of Royal Purple #763EAD

Tints of Royal Purple #763EAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 49.01%

R = 33.43%
G = 17.56%
B = 49.01%

CMYK

 C value IS 0.32

 M value IS 0.64

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#763EAD (or 0x763EAD) is known color: Royal Purple. HEX triplet: 76, 3E and AD. RGB value is (118,62,173). Sum of RGB (Red+Green+Blue) = 118+62+173=353 (46% of max value = 765). Red value is 118 (46.48% from 255 or 33.43% from 353); Green value is 62 (24.61% from 255 or 17.56% from 353); Blue value is 173 (67.97% from 255 or 49.01% from 353); Max value from RGB is 173 - color contains mainly: blue. Hex color #763EAD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #763EAD is #89C152. Grayscale: #5B5B5B. Windows color (decimal): -9027923 or 11353718. OLE color: 11353718.

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

Color convert

RGB 118 62 173 -
CMYK 0.32 0.64 0 0.32
HSL 270.27º 0.47% 0.46% -
HSV(B) 270.27º 0.64% 0.68% -
XYZ 16.74 10.31 40.64 -
YUV 91.4 174.05 146.97 -
System Red Green Blue C M Y K H S L
Decimal 118 62 173 0.32 0.64 0 0.32 270.27 0.47 0.46
Hex 76 3E AD 20 40 0 20 10E 2F 2E
Octal 166 76 255 40 100 0 40 416 57 56
Binary 1110110 111110 10101101 100000 1000000 0 100000 100001110 101111 101110

Color Harmonies of #763EAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #763EAD

Black with #763EAD

Text Example


Text Example

White with #763EAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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