Html Css Color HEX #763AAB Royal Purple

📋 copy color: '#763AAB'

red 118 ◦ green 58 ◦ blue 171

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

Shades of Royal Purple #763AAB

Tints of Royal Purple #763AAB

RGB

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

 GREEN value IS 58 (23.05% from 255) = 16.71%

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

R = 34.01%
G = 16.71%
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

#763AAB (or 0x763AAB) is known color: Royal Purple. HEX triplet: 76, 3A and AB. RGB value is (118,58,171). Sum of RGB (Red+Green+Blue) = 118+58+171=347 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.01% from 347); Green value is 58 (23.05% from 255 or 16.71% from 347); Blue value is 171 (67.19% from 255 or 49.28% from 347); Max value from RGB is 171 - color contains mainly: blue. Hex color #763AAB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #763AAB is #89C554. Grayscale: #585858. Windows color (decimal): -9028949 or 11221622. OLE color: 11221622.

HSL color Cylindrical-coordinate representation of color #763AAB: hue angle of 271.86º 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 #763AAB is Cyan = 0.31, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 118 58 171 -
CMYK 0.31 0.66 0 0.33
HSL 271.86º 0.49% 0.45% -
HSV(B) 271.86º 0.66% 0.67% -
XYZ 16.33 9.82 39.56 -
YUV 88.82 174.38 148.81 -
System Red Green Blue C M Y K H S L
Decimal 118 58 171 0.31 0.66 0 0.33 271.86 0.49 0.45
Hex 76 3A AB 1F 42 0 21 110 31 2D
Octal 166 72 253 37 102 0 41 420 61 55
Binary 1110110 111010 10101011 11111 1000010 0 100001 100010000 110001 101101

Color Harmonies of #763AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #763AAB

Black with #763AAB

Text Example


Text Example

White with #763AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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