Html Css Color HEX #763CAB Royal Purple

📋 copy color: '#763CAB'

red 118 ◦ green 60 ◦ blue 171

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

Shades of Royal Purple #763CAB

Tints of Royal Purple #763CAB

RGB

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

 GREEN value IS 60 (23.83% from 255) = 17.19%

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

R = 33.81%
G = 17.19%
B = 49%

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

#763CAB (or 0x763CAB) is known color: Royal Purple. HEX triplet: 76, 3C and AB. RGB value is (118,60,171). Sum of RGB (Red+Green+Blue) = 118+60+171=349 (46% of max value = 765). Red value is 118 (46.48% from 255 or 33.81% from 349); Green value is 60 (23.83% from 255 or 17.19% from 349); Blue value is 171 (67.19% from 255 or 49.00% from 349); Max value from RGB is 171 - color contains mainly: blue. Hex color #763CAB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #763CAB is #89C354. Grayscale: #595959. Windows color (decimal): -9028437 or 11222134. OLE color: 11222134.

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

Color convert

RGB 118 60 171 -
CMYK 0.31 0.65 0 0.33
HSL 271.35º 0.48% 0.45% -
HSV(B) 271.35º 0.65% 0.67% -
XYZ 16.44 10.02 39.6 -
YUV 90 173.72 147.97 -
System Red Green Blue C M Y K H S L
Decimal 118 60 171 0.31 0.65 0 0.33 271.35 0.48 0.45
Hex 76 3C AB 1F 41 0 21 10F 30 2D
Octal 166 74 253 37 101 0 41 417 60 55
Binary 1110110 111100 10101011 11111 1000001 0 100001 100001111 110000 101101

Color Harmonies of #763CAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #763CAB

Black with #763CAB

Text Example


Text Example

White with #763CAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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