Html Css Color HEX #663AAA Royal Purple

📋 copy color: '#663AAA'

red 102 ◦ green 58 ◦ blue 170

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

Shades of Royal Purple #663AAA

Tints of Royal Purple #663AAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 51.52%

R = 30.91%
G = 17.58%
B = 51.52%

CMYK

 C value IS 0.4

 M value IS 0.66

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#663AAA (or 0x663AAA) is known color: Royal Purple. HEX triplet: 66, 3A and AA. RGB value is (102,58,170). Sum of RGB (Red+Green+Blue) = 102+58+170=330 (43% of max value = 765). Red value is 102 (40.23% from 255 or 30.91% from 330); Green value is 58 (23.05% from 255 or 17.58% from 330); Blue value is 170 (66.80% from 255 or 51.52% from 330); Max value from RGB is 170 - color contains mainly: blue. Hex color #663AAA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #663AAA is #99C555. Grayscale: #535353. Windows color (decimal): -10077526 or 11156070. OLE color: 11156070.

HSL color Cylindrical-coordinate representation of color #663AAA: hue angle of 263.57º 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 #663AAA is Cyan = 0.4, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 102 58 170 -
CMYK 0.4 0.66 0 0.33
HSL 263.57º 0.49% 0.45% -
HSV(B) 263.57º 0.66% 0.67% -
XYZ 14.25 8.75 38.97 -
YUV 83.92 176.58 140.89 -
System Red Green Blue C M Y K H S L
Decimal 102 58 170 0.4 0.66 0 0.33 263.57 0.49 0.45
Hex 66 3A AA 28 42 0 21 108 31 2D
Octal 146 72 252 50 102 0 41 410 61 55
Binary 1100110 111010 10101010 101000 1000010 0 100001 100001000 110001 101101

Color Harmonies of #663AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #663AAA

Black with #663AAA

Text Example


Text Example

White with #663AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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