Html Css Color HEX #663D93 Royal Purple

📋 copy color: '#663D93'

red 102 ◦ green 61 ◦ blue 147

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

Shades of Royal Purple #663D93

Tints of Royal Purple #663D93

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 47.42%

R = 32.9%
G = 19.68%
B = 47.42%

CMYK

 C value IS 0.31

 M value IS 0.59

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#663D93 (or 0x663D93) is known color: Royal Purple. HEX triplet: 66, 3D and 93. RGB value is (102,61,147). Sum of RGB (Red+Green+Blue) = 102+61+147=310 (41% of max value = 765). Red value is 102 (40.23% from 255 or 32.90% from 310); Green value is 61 (24.22% from 255 or 19.68% from 310); Blue value is 147 (57.81% from 255 or 47.42% from 310); Max value from RGB is 147 - color contains mainly: blue. Hex color #663D93 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #663D93 is #99C26C. Grayscale: #525252. Windows color (decimal): -10076781 or 9649510. OLE color: 9649510.

HSL color Cylindrical-coordinate representation of color #663D93: hue angle of 268.6º degrees, saturation: 0.41, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #663D93 is Cyan = 0.31, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 102 61 147 -
CMYK 0.31 0.59 0 0.42
HSL 268.6º 0.41% 0.41% -
HSV(B) 268.6º 0.59% 0.58% -
XYZ 12.41 8.27 28.55 -
YUV 83.06 164.08 141.51 -
System Red Green Blue C M Y K H S L
Decimal 102 61 147 0.31 0.59 0 0.42 268.6 0.41 0.41
Hex 66 3D 93 1F 3B 0 2A 10D 29 29
Octal 146 75 223 37 73 0 52 415 51 51
Binary 1100110 111101 10010011 11111 111011 0 101010 100001101 101001 101001

Color Harmonies of #663D93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #663D93

Black with #663D93

Text Example


Text Example

White with #663D93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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