Html Css Color HEX #663FAE Royal Purple

📋 copy color: '#663FAE'

red 102 ◦ green 63 ◦ blue 174

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

Shades of Royal Purple #663FAE

Tints of Royal Purple #663FAE

RGB

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

 GREEN value IS 63 (25% from 255) = 18.58%

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

R = 30.09%
G = 18.58%
B = 51.33%

CMYK

 C value IS 0.41

 M value IS 0.64

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#663FAE (or 0x663FAE) is known color: Royal Purple. HEX triplet: 66, 3F and AE. RGB value is (102,63,174). Sum of RGB (Red+Green+Blue) = 102+63+174=339 (44% of max value = 765). Red value is 102 (40.23% from 255 or 30.09% from 339); Green value is 63 (25% from 255 or 18.58% from 339); Blue value is 174 (68.36% from 255 or 51.33% from 339); Max value from RGB is 174 - color contains mainly: blue. Hex color #663FAE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #663FAE is #99C051. Grayscale: #565656. Windows color (decimal): -10076242 or 11419494. OLE color: 11419494.

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

Color convert

RGB 102 63 174 -
CMYK 0.41 0.64 0 0.32
HSL 261.08º 0.47% 0.46% -
HSV(B) 261.08º 0.64% 0.68% -
XYZ 14.9 9.44 41.08 -
YUV 87.32 176.92 138.47 -
System Red Green Blue C M Y K H S L
Decimal 102 63 174 0.41 0.64 0 0.32 261.08 0.47 0.46
Hex 66 3F AE 29 40 0 20 105 2F 2E
Octal 146 77 256 51 100 0 40 405 57 56
Binary 1100110 111111 10101110 101001 1000000 0 100000 100000101 101111 101110

Color Harmonies of #663FAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #663FAE

Black with #663FAE

Text Example


Text Example

White with #663FAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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