Html Css Color HEX #763BAD Royal Purple

📋 copy color: '#763BAD'

red 118 ◦ green 59 ◦ blue 173

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

Shades of Royal Purple #763BAD

Tints of Royal Purple #763BAD

RGB

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

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

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

R = 33.71%
G = 16.86%
B = 49.43%

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

#763BAD (or 0x763BAD) is known color: Royal Purple. HEX triplet: 76, 3B and AD. RGB value is (118,59,173). Sum of RGB (Red+Green+Blue) = 118+59+173=350 (46% of max value = 765). Red value is 118 (46.48% from 255 or 33.71% from 350); Green value is 59 (23.44% from 255 or 16.86% from 350); Blue value is 173 (67.97% from 255 or 49.43% from 350); Max value from RGB is 173 - color contains mainly: blue. Hex color #763BAD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #763BAD is #89C452. Grayscale: #595959. Windows color (decimal): -9028691 or 11352950. OLE color: 11352950.

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

Color convert

RGB 118 59 173 -
CMYK 0.32 0.66 0 0.32
HSL 271.05º 0.49% 0.45% -
HSV(B) 271.05º 0.66% 0.68% -
XYZ 16.58 10 40.59 -
YUV 89.64 175.05 148.23 -
System Red Green Blue C M Y K H S L
Decimal 118 59 173 0.32 0.66 0 0.32 271.05 0.49 0.45
Hex 76 3B AD 20 42 0 20 10F 31 2D
Octal 166 73 255 40 102 0 40 417 61 55
Binary 1110110 111011 10101101 100000 1000010 0 100000 100001111 110001 101101

Color Harmonies of #763BAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #763BAD

Black with #763BAD

Text Example


Text Example

White with #763BAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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