Html Css Color HEX #663694 Royal Purple

📋 copy color: '#663694'

red 102 ◦ green 54 ◦ blue 148

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

Shades of Royal Purple #663694

Tints of Royal Purple #663694

RGB

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

 GREEN value IS 54 (21.48% from 255) = 17.76%

 BLUE value IS 148 (58.2% from 255) = 48.68%

R = 33.55%
G = 17.76%
B = 48.68%

CMYK

 C value IS 0.31

 M value IS 0.64

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#663694 (or 0x663694) is known color: Royal Purple. HEX triplet: 66, 36 and 94. RGB value is (102,54,148). Sum of RGB (Red+Green+Blue) = 102+54+148=304 (40% of max value = 765). Red value is 102 (40.23% from 255 or 33.55% from 304); Green value is 54 (21.48% from 255 or 17.76% from 304); Blue value is 148 (58.20% from 255 or 48.68% from 304); Max value from RGB is 148 - color contains mainly: blue. Hex color #663694 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #663694 is #99C96B. Grayscale: #4E4E4E. Windows color (decimal): -10078572 or 9713254. OLE color: 9713254.

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

Color convert

RGB 102 54 148 -
CMYK 0.31 0.64 0 0.42
HSL 270.64º 0.47% 0.4% -
HSV(B) 270.64º 0.64% 0.58% -
XYZ 12.14 7.6 28.84 -
YUV 79.07 166.9 144.36 -
System Red Green Blue C M Y K H S L
Decimal 102 54 148 0.31 0.64 0 0.42 270.64 0.47 0.4
Hex 66 36 94 1F 40 0 2A 10F 2F 28
Octal 146 66 224 37 100 0 52 417 57 50
Binary 1100110 110110 10010100 11111 1000000 0 101010 100001111 101111 101000

Color Harmonies of #663694

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #663694

Black with #663694

Text Example


Text Example

White with #663694

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #663694; }

 p { color: rgb(102,54,148); }

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

background-color css

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

 a { background-color: rgb(102,54,148); }

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

border-color css

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

 span { border-color: rgb(102,54,148); }

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