Html Css Color HEX #663AAE Royal Purple

📋 copy color: '#663AAE'

red 102 ◦ green 58 ◦ blue 174

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

Shades of Royal Purple #663AAE

Tints of Royal Purple #663AAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 52.1%

R = 30.54%
G = 17.37%
B = 52.1%

CMYK

 C value IS 0.41

 M value IS 0.67

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#663AAE (or 0x663AAE) is known color: Royal Purple. HEX triplet: 66, 3A and AE. RGB value is (102,58,174). Sum of RGB (Red+Green+Blue) = 102+58+174=334 (44% of max value = 765). Red value is 102 (40.23% from 255 or 30.54% from 334); Green value is 58 (23.05% from 255 or 17.37% from 334); Blue value is 174 (68.36% from 255 or 52.10% from 334); Max value from RGB is 174 - color contains mainly: blue. Hex color #663AAE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #663AAE is #99C551. Grayscale: #535353. Windows color (decimal): -10077522 or 11418214. OLE color: 11418214.

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

Color convert

RGB 102 58 174 -
CMYK 0.41 0.67 0 0.32
HSL 262.76º 0.5% 0.45% -
HSV(B) 262.76º 0.67% 0.68% -
XYZ 14.63 8.91 40.99 -
YUV 84.38 178.58 140.57 -
System Red Green Blue C M Y K H S L
Decimal 102 58 174 0.41 0.67 0 0.32 262.76 0.5 0.45
Hex 66 3A AE 29 43 0 20 107 32 2D
Octal 146 72 256 51 103 0 40 407 62 55
Binary 1100110 111010 10101110 101001 1000011 0 100000 100000111 110010 101101

Color Harmonies of #663AAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #663AAE

Black with #663AAE

Text Example


Text Example

White with #663AAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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