Html Css Color HEX #663AAC Royal Purple

📋 copy color: '#663AAC'

red 102 ◦ green 58 ◦ blue 172

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

Shades of Royal Purple #663AAC

Tints of Royal Purple #663AAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 51.81%

R = 30.72%
G = 17.47%
B = 51.81%

CMYK

 C value IS 0.41

 M value IS 0.66

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#663AAC (or 0x663AAC) is known color: Royal Purple. HEX triplet: 66, 3A and AC. RGB value is (102,58,172). Sum of RGB (Red+Green+Blue) = 102+58+172=332 (43% of max value = 765). Red value is 102 (40.23% from 255 or 30.72% from 332); Green value is 58 (23.05% from 255 or 17.47% from 332); Blue value is 172 (67.58% from 255 or 51.81% from 332); Max value from RGB is 172 - color contains mainly: blue. Hex color #663AAC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #663AAC is #99C553. Grayscale: #535353. Windows color (decimal): -10077524 or 11287142. OLE color: 11287142.

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

Color convert

RGB 102 58 172 -
CMYK 0.41 0.66 0 0.33
HSL 263.16º 0.5% 0.45% -
HSV(B) 263.16º 0.66% 0.67% -
XYZ 14.44 8.83 39.97 -
YUV 84.15 177.58 140.73 -
System Red Green Blue C M Y K H S L
Decimal 102 58 172 0.41 0.66 0 0.33 263.16 0.5 0.45
Hex 66 3A AC 29 42 0 21 107 32 2D
Octal 146 72 254 51 102 0 41 407 62 55
Binary 1100110 111010 10101100 101001 1000010 0 100001 100000111 110010 101101

Color Harmonies of #663AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #663AAC

Black with #663AAC

Text Example


Text Example

White with #663AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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