Html Css Color HEX #763CAA Royal Purple

📋 copy color: '#763CAA'

red 118 ◦ green 60 ◦ blue 170

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

Shades of Royal Purple #763CAA

Tints of Royal Purple #763CAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 48.85%

R = 33.91%
G = 17.24%
B = 48.85%

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

#763CAA (or 0x763CAA) is known color: Royal Purple. HEX triplet: 76, 3C and AA. RGB value is (118,60,170). Sum of RGB (Red+Green+Blue) = 118+60+170=348 (46% of max value = 765). Red value is 118 (46.48% from 255 or 33.91% from 348); Green value is 60 (23.83% from 255 or 17.24% from 348); Blue value is 170 (66.80% from 255 or 48.85% from 348); Max value from RGB is 170 - color contains mainly: blue. Hex color #763CAA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #763CAA is #89C355. Grayscale: #595959. Windows color (decimal): -9028438 or 11156598. OLE color: 11156598.

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

Color convert

RGB 118 60 170 -
CMYK 0.31 0.65 0 0.33
HSL 271.64º 0.48% 0.45% -
HSV(B) 271.64º 0.65% 0.67% -
XYZ 16.34 9.99 39.1 -
YUV 89.88 173.22 148.06 -
System Red Green Blue C M Y K H S L
Decimal 118 60 170 0.31 0.65 0 0.33 271.64 0.48 0.45
Hex 76 3C AA 1F 41 0 21 110 30 2D
Octal 166 74 252 37 101 0 41 420 60 55
Binary 1110110 111100 10101010 11111 1000001 0 100001 100010000 110000 101101

Color Harmonies of #763CAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #763CAA

Black with #763CAA

Text Example


Text Example

White with #763CAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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