Html Css Color HEX #663AAD Royal Purple

📋 copy color: '#663AAD'

red 102 ◦ green 58 ◦ blue 173

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

Shades of Royal Purple #663AAD

Tints of Royal Purple #663AAD

RGB

 RED value IS 102 (40.23% from 255) = 30.63%

 GREEN value IS 58 (23.05% from 255) = 17.42%

 BLUE value IS 173 (67.97% from 255) = 51.95%

R = 30.63%
G = 17.42%
B = 51.95%

CMYK

 C value IS 0.41

 M value IS 0.66

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#663AAD (or 0x663AAD) is known color: Royal Purple. HEX triplet: 66, 3A and AD. RGB value is (102,58,173). Sum of RGB (Red+Green+Blue) = 102+58+173=333 (44% of max value = 765). Red value is 102 (40.23% from 255 or 30.63% from 333); Green value is 58 (23.05% from 255 or 17.42% from 333); Blue value is 173 (67.97% from 255 or 51.95% from 333); Max value from RGB is 173 - color contains mainly: blue. Hex color #663AAD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #663AAD is #99C552. Grayscale: #535353. Windows color (decimal): -10077523 or 11352678. OLE color: 11352678.

HSL color Cylindrical-coordinate representation of color #663AAD: hue angle of 262.96º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #663AAD is Cyan = 0.41, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 102 58 173 -
CMYK 0.41 0.66 0 0.32
HSL 262.96º 0.5% 0.45% -
HSV(B) 262.96º 0.66% 0.68% -
XYZ 14.54 8.87 40.48 -
YUV 84.27 178.08 140.65 -
System Red Green Blue C M Y K H S L
Decimal 102 58 173 0.41 0.66 0 0.32 262.96 0.5 0.45
Hex 66 3A AD 29 42 0 20 107 32 2D
Octal 146 72 255 51 102 0 40 407 62 55
Binary 1100110 111010 10101101 101001 1000010 0 100000 100000111 110010 101101

Color Harmonies of #663AAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #663AAD

Black with #663AAD

Text Example


Text Example

White with #663AAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #663AAD; }

 p { color: rgb(102,58,173); }

 H1.HeaderClassName
 {
   color: #663AAD;
 }
 .AnyTagClassName
 {
   color: #663AAD;
 }
</style>

background-color css

<style>
 a { background-color: #663AAD; }

 a { background-color: rgb(102,58,173); }

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

border-color css

<style>
 span { border-color: #663AAD; }

 span { border-color: rgb(102,58,173); }

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