Html Css Color HEX #763BAB Royal Purple

📋 copy color: '#763BAB'

red 118 ◦ green 59 ◦ blue 171

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

Shades of Royal Purple #763BAB

Tints of Royal Purple #763BAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 49.14%

R = 33.91%
G = 16.95%
B = 49.14%

CMYK

 C value IS 0.31

 M value IS 0.65

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#763BAB (or 0x763BAB) is known color: Royal Purple. HEX triplet: 76, 3B and AB. RGB value is (118,59,171). Sum of RGB (Red+Green+Blue) = 118+59+171=348 (46% of max value = 765). Red value is 118 (46.48% from 255 or 33.91% from 348); Green value is 59 (23.44% from 255 or 16.95% from 348); Blue value is 171 (67.19% from 255 or 49.14% from 348); Max value from RGB is 171 - color contains mainly: blue. Hex color #763BAB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #763BAB is #89C454. Grayscale: #595959. Windows color (decimal): -9028693 or 11221878. OLE color: 11221878.

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

Color convert

RGB 118 59 171 -
CMYK 0.31 0.65 0 0.33
HSL 271.61º 0.49% 0.45% -
HSV(B) 271.61º 0.65% 0.67% -
XYZ 16.39 9.92 39.58 -
YUV 89.41 174.05 148.39 -
System Red Green Blue C M Y K H S L
Decimal 118 59 171 0.31 0.65 0 0.33 271.61 0.49 0.45
Hex 76 3B AB 1F 41 0 21 110 31 2D
Octal 166 73 253 37 101 0 41 420 61 55
Binary 1110110 111011 10101011 11111 1000001 0 100001 100010000 110001 101101

Color Harmonies of #763BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #763BAB

Black with #763BAB

Text Example


Text Example

White with #763BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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