Html Css Color HEX #663DAE Royal Purple

📋 copy color: '#663DAE'

red 102 ◦ green 61 ◦ blue 174

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

Shades of Royal Purple #663DAE

Tints of Royal Purple #663DAE

RGB

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

 GREEN value IS 61 (24.22% from 255) = 18.1%

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

R = 30.27%
G = 18.1%
B = 51.63%

CMYK

 C value IS 0.41

 M value IS 0.65

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#663DAE (or 0x663DAE) is known color: Royal Purple. HEX triplet: 66, 3D and AE. RGB value is (102,61,174). Sum of RGB (Red+Green+Blue) = 102+61+174=337 (44% of max value = 765). Red value is 102 (40.23% from 255 or 30.27% from 337); Green value is 61 (24.22% from 255 or 18.10% from 337); Blue value is 174 (68.36% from 255 or 51.63% from 337); Max value from RGB is 174 - color contains mainly: blue. Hex color #663DAE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #663DAE is #99C251. Grayscale: #555555. Windows color (decimal): -10076754 or 11418982. OLE color: 11418982.

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

Color convert

RGB 102 61 174 -
CMYK 0.41 0.65 0 0.32
HSL 261.77º 0.48% 0.46% -
HSV(B) 261.77º 0.65% 0.68% -
XYZ 14.79 9.22 41.04 -
YUV 86.14 177.58 139.31 -
System Red Green Blue C M Y K H S L
Decimal 102 61 174 0.41 0.65 0 0.32 261.77 0.48 0.46
Hex 66 3D AE 29 41 0 20 106 30 2E
Octal 146 75 256 51 101 0 40 406 60 56
Binary 1100110 111101 10101110 101001 1000001 0 100000 100000110 110000 101110

Color Harmonies of #663DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #663DAE

Black with #663DAE

Text Example


Text Example

White with #663DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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