Html Css Color HEX #663AAB Royal Purple

📋 copy color: '#663AAB'

red 102 ◦ green 58 ◦ blue 171

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

Shades of Royal Purple #663AAB

Tints of Royal Purple #663AAB

RGB

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

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

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

R = 30.82%
G = 17.52%
B = 51.66%

CMYK

 C value IS 0.40

 M value IS 0.66

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#663AAB (or 0x663AAB) is known color: Royal Purple. HEX triplet: 66, 3A and AB. RGB value is (102,58,171). Sum of RGB (Red+Green+Blue) = 102+58+171=331 (43% of max value = 765). Red value is 102 (40.23% from 255 or 30.82% from 331); Green value is 58 (23.05% from 255 or 17.52% from 331); Blue value is 171 (67.19% from 255 or 51.66% from 331); Max value from RGB is 171 - color contains mainly: blue. Hex color #663AAB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #663AAB is #99C554. Grayscale: #535353. Windows color (decimal): -10077525 or 11221606. OLE color: 11221606.

HSL color Cylindrical-coordinate representation of color #663AAB: hue angle of 263.36º degrees, saturation: 0.49, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #663AAB is Cyan = 0.40, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 102 58 171 -
CMYK 0.40 0.66 0 0.33
HSL 263.36º 0.49% 0.45% -
HSV(B) 263.36º 0.66% 0.67% -
XYZ 14.34 8.79 39.47 -
YUV 84.04 177.08 140.81 -
System Red Green Blue C M Y K H S L
Decimal 102 58 171 0.40 0.66 0 0.33 263.36 0.49 0.45
Hex 66 3A AB 28 42 0 21 107 31 2D
Octal 146 72 253 50 102 0 41 407 61 55
Binary 1100110 111010 10101011 101000 1000010 0 100001 100000111 110001 101101

Color Harmonies of #663AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #663AAB

Black with #663AAB

Text Example


Text Example

White with #663AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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