Html Css Color HEX #763EAC Royal Purple

📋 copy color: '#763EAC'

red 118 ◦ green 62 ◦ blue 172

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

Shades of Royal Purple #763EAC

Tints of Royal Purple #763EAC

RGB

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

 GREEN value IS 62 (24.61% from 255) = 17.61%

 BLUE value IS 172 (67.58% from 255) = 48.86%

R = 33.52%
G = 17.61%
B = 48.86%

CMYK

 C value IS 0.31

 M value IS 0.64

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#763EAC (or 0x763EAC) is known color: Royal Purple. HEX triplet: 76, 3E and AC. RGB value is (118,62,172). Sum of RGB (Red+Green+Blue) = 118+62+172=352 (46% of max value = 765). Red value is 118 (46.48% from 255 or 33.52% from 352); Green value is 62 (24.61% from 255 or 17.61% from 352); Blue value is 172 (67.58% from 255 or 48.86% from 352); Max value from RGB is 172 - color contains mainly: blue. Hex color #763EAC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #763EAC is #89C153. Grayscale: #5A5A5A. Windows color (decimal): -9027924 or 11288182. OLE color: 11288182.

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

Color convert

RGB 118 62 172 -
CMYK 0.31 0.64 0 0.33
HSL 270.55º 0.47% 0.46% -
HSV(B) 270.55º 0.64% 0.67% -
XYZ 16.64 10.28 40.14 -
YUV 91.28 173.55 147.06 -
System Red Green Blue C M Y K H S L
Decimal 118 62 172 0.31 0.64 0 0.33 270.55 0.47 0.46
Hex 76 3E AC 1F 40 0 21 10F 2F 2E
Octal 166 76 254 37 100 0 41 417 57 56
Binary 1110110 111110 10101100 11111 1000000 0 100001 100001111 101111 101110

Color Harmonies of #763EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #763EAC

Black with #763EAC

Text Example


Text Example

White with #763EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,62,172); }

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

background-color css

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

 a { background-color: rgb(118,62,172); }

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

border-color css

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

 span { border-color: rgb(118,62,172); }

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