Html Css Color HEX #763BAC Royal Purple

📋 copy color: '#763BAC'

red 118 ◦ green 59 ◦ blue 172

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

Shades of Royal Purple #763BAC

Tints of Royal Purple #763BAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 49.28%

R = 33.81%
G = 16.91%
B = 49.28%

CMYK

 C value IS 0.31

 M value IS 0.66

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#763BAC (or 0x763BAC) is known color: Royal Purple. HEX triplet: 76, 3B and AC. RGB value is (118,59,172). Sum of RGB (Red+Green+Blue) = 118+59+172=349 (46% of max value = 765). Red value is 118 (46.48% from 255 or 33.81% from 349); Green value is 59 (23.44% from 255 or 16.91% from 349); Blue value is 172 (67.58% from 255 or 49.28% from 349); Max value from RGB is 172 - color contains mainly: blue. Hex color #763BAC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #763BAC is #89C453. Grayscale: #595959. Windows color (decimal): -9028692 or 11287414. OLE color: 11287414.

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

Color convert

RGB 118 59 172 -
CMYK 0.31 0.66 0 0.33
HSL 271.33º 0.49% 0.45% -
HSV(B) 271.33º 0.66% 0.67% -
XYZ 16.48 9.96 40.08 -
YUV 89.52 174.55 148.31 -
System Red Green Blue C M Y K H S L
Decimal 118 59 172 0.31 0.66 0 0.33 271.33 0.49 0.45
Hex 76 3B AC 1F 42 0 21 10F 31 2D
Octal 166 73 254 37 102 0 41 417 61 55
Binary 1110110 111011 10101100 11111 1000010 0 100001 100001111 110001 101101

Color Harmonies of #763BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #763BAC

Black with #763BAC

Text Example


Text Example

White with #763BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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