Html Css Color HEX #663DAC Royal Purple

📋 copy color: '#663DAC'

red 102 ◦ green 61 ◦ blue 172

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

Shades of Royal Purple #663DAC

Tints of Royal Purple #663DAC

RGB

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

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

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

R = 30.45%
G = 18.21%
B = 51.34%

CMYK

 C value IS 0.41

 M value IS 0.65

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#663DAC (or 0x663DAC) is known color: Royal Purple. HEX triplet: 66, 3D and AC. RGB value is (102,61,172). Sum of RGB (Red+Green+Blue) = 102+61+172=335 (44% of max value = 765). Red value is 102 (40.23% from 255 or 30.45% from 335); Green value is 61 (24.22% from 255 or 18.21% from 335); Blue value is 172 (67.58% from 255 or 51.34% from 335); Max value from RGB is 172 - color contains mainly: blue. Hex color #663DAC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #663DAC is #99C253. Grayscale: #555555. Windows color (decimal): -10076756 or 11287910. OLE color: 11287910.

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

Color convert

RGB 102 61 172 -
CMYK 0.41 0.65 0 0.33
HSL 262.16º 0.48% 0.46% -
HSV(B) 262.16º 0.65% 0.67% -
XYZ 14.59 9.14 40.02 -
YUV 85.91 176.58 139.47 -
System Red Green Blue C M Y K H S L
Decimal 102 61 172 0.41 0.65 0 0.33 262.16 0.48 0.46
Hex 66 3D AC 29 41 0 21 106 30 2E
Octal 146 75 254 51 101 0 41 406 60 56
Binary 1100110 111101 10101100 101001 1000001 0 100001 100000110 110000 101110

Color Harmonies of #663DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #663DAC

Black with #663DAC

Text Example


Text Example

White with #663DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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