Html Css Color HEX #763DA1 Royal Purple

📋 copy color: '#763DA1'

red 118 ◦ green 61 ◦ blue 161

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

Shades of Royal Purple #763DA1

Tints of Royal Purple #763DA1

RGB

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

 GREEN value IS 61 (24.22% from 255) = 17.94%

 BLUE value IS 161 (63.28% from 255) = 47.35%

R = 34.71%
G = 17.94%
B = 47.35%

CMYK

 C value IS 0.27

 M value IS 0.62

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#763DA1 (or 0x763DA1) is known color: Royal Purple. HEX triplet: 76, 3D and A1. RGB value is (118,61,161). Sum of RGB (Red+Green+Blue) = 118+61+161=340 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.71% from 340); Green value is 61 (24.22% from 255 or 17.94% from 340); Blue value is 161 (63.28% from 255 or 47.35% from 340); Max value from RGB is 161 - color contains mainly: blue. Hex color #763DA1 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #763DA1 is #89C25E. Grayscale: #595959. Windows color (decimal): -9028191 or 10567030. OLE color: 10567030.

HSL color Cylindrical-coordinate representation of color #763DA1: hue angle of 274.2º degrees, saturation: 0.45, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #763DA1 is Cyan = 0.27, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 118 61 161 -
CMYK 0.27 0.62 0 0.37
HSL 274.2º 0.45% 0.44% -
HSV(B) 274.2º 0.62% 0.63% -
XYZ 15.57 9.76 34.78 -
YUV 89.44 168.38 148.37 -
System Red Green Blue C M Y K H S L
Decimal 118 61 161 0.27 0.62 0 0.37 274.2 0.45 0.44
Hex 76 3D A1 1B 3E 0 25 112 2D 2C
Octal 166 75 241 33 76 0 45 422 55 54
Binary 1110110 111101 10100001 11011 111110 0 100101 100010010 101101 101100

Color Harmonies of #763DA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #763DA1

Black with #763DA1

Text Example


Text Example

White with #763DA1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,61,161); }

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

background-color css

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

 a { background-color: rgb(118,61,161); }

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

border-color css

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

 span { border-color: rgb(118,61,161); }

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