Html Css Color HEX #763DAB Royal Purple

📋 copy color: '#763DAB'

red 118 ◦ green 61 ◦ blue 171

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

Shades of Royal Purple #763DAB

Tints of Royal Purple #763DAB

RGB

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

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

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

R = 33.71%
G = 17.43%
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

#763DAB (or 0x763DAB) is known color: Royal Purple. HEX triplet: 76, 3D and AB. RGB value is (118,61,171). Sum of RGB (Red+Green+Blue) = 118+61+171=350 (46% of max value = 765). Red value is 118 (46.48% from 255 or 33.71% from 350); Green value is 61 (24.22% from 255 or 17.43% from 350); Blue value is 171 (67.19% from 255 or 48.86% from 350); Max value from RGB is 171 - color contains mainly: blue. Hex color #763DAB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #763DAB is #89C254. Grayscale: #5A5A5A. Windows color (decimal): -9028181 or 11222390. OLE color: 11222390.

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

Color convert

RGB 118 61 171 -
CMYK 0.31 0.64 0 0.33
HSL 271.09º 0.47% 0.45% -
HSV(B) 271.09º 0.64% 0.67% -
XYZ 16.49 10.13 39.61 -
YUV 90.58 173.38 147.56 -
System Red Green Blue C M Y K H S L
Decimal 118 61 171 0.31 0.64 0 0.33 271.09 0.47 0.45
Hex 76 3D AB 1F 40 0 21 10F 2F 2D
Octal 166 75 253 37 100 0 41 417 57 55
Binary 1110110 111101 10101011 11111 1000000 0 100001 100001111 101111 101101

Color Harmonies of #763DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #763DAB

Black with #763DAB

Text Example


Text Example

White with #763DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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