Html Css Color HEX #663AA2 Royal Purple

📋 copy color: '#663AA2'

red 102 ◦ green 58 ◦ blue 162

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

Shades of Royal Purple #663AA2

Tints of Royal Purple #663AA2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 50.31%

R = 31.68%
G = 18.01%
B = 50.31%

CMYK

 C value IS 0.37

 M value IS 0.64

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#663AA2 (or 0x663AA2) is known color: Royal Purple. HEX triplet: 66, 3A and A2. RGB value is (102,58,162). Sum of RGB (Red+Green+Blue) = 102+58+162=322 (42% of max value = 765). Red value is 102 (40.23% from 255 or 31.68% from 322); Green value is 58 (23.05% from 255 or 18.01% from 322); Blue value is 162 (63.67% from 255 or 50.31% from 322); Max value from RGB is 162 - color contains mainly: blue. Hex color #663AA2 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #663AA2 is #99C55D. Grayscale: #525252. Windows color (decimal): -10077534 or 10631782. OLE color: 10631782.

HSL color Cylindrical-coordinate representation of color #663AA2: hue angle of 265.38º degrees, saturation: 0.47, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #663AA2 is Cyan = 0.37, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 102 58 162 -
CMYK 0.37 0.64 0 0.36
HSL 265.38º 0.47% 0.43% -
HSV(B) 265.38º 0.64% 0.64% -
XYZ 13.51 8.46 35.1 -
YUV 83.01 172.58 141.54 -
System Red Green Blue C M Y K H S L
Decimal 102 58 162 0.37 0.64 0 0.36 265.38 0.47 0.43
Hex 66 3A A2 25 40 0 24 109 2F 2B
Octal 146 72 242 45 100 0 44 411 57 53
Binary 1100110 111010 10100010 100101 1000000 0 100100 100001001 101111 101011

Color Harmonies of #663AA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #663AA2

Black with #663AA2

Text Example


Text Example

White with #663AA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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