Html Css Color HEX #663CAE Royal Purple

📋 copy color: '#663CAE'

red 102 ◦ green 60 ◦ blue 174

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

Shades of Royal Purple #663CAE

Tints of Royal Purple #663CAE

RGB

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

 GREEN value IS 60 (23.83% from 255) = 17.86%

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

R = 30.36%
G = 17.86%
B = 51.79%

CMYK

 C value IS 0.41

 M value IS 0.66

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#663CAE (or 0x663CAE) is known color: Royal Purple. HEX triplet: 66, 3C and AE. RGB value is (102,60,174). Sum of RGB (Red+Green+Blue) = 102+60+174=336 (44% of max value = 765). Red value is 102 (40.23% from 255 or 30.36% from 336); Green value is 60 (23.83% from 255 or 17.86% from 336); Blue value is 174 (68.36% from 255 or 51.79% from 336); Max value from RGB is 174 - color contains mainly: blue. Hex color #663CAE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #663CAE is #99C351. Grayscale: #555555. Windows color (decimal): -10077010 or 11418726. OLE color: 11418726.

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

Color convert

RGB 102 60 174 -
CMYK 0.41 0.66 0 0.32
HSL 262.11º 0.49% 0.46% -
HSV(B) 262.11º 0.66% 0.68% -
XYZ 14.74 9.11 41.03 -
YUV 85.55 177.91 139.73 -
System Red Green Blue C M Y K H S L
Decimal 102 60 174 0.41 0.66 0 0.32 262.11 0.49 0.46
Hex 66 3C AE 29 42 0 20 106 31 2E
Octal 146 74 256 51 102 0 40 406 61 56
Binary 1100110 111100 10101110 101001 1000010 0 100000 100000110 110001 101110

Color Harmonies of #663CAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #663CAE

Black with #663CAE

Text Example


Text Example

White with #663CAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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