Html Css Color HEX #663196 Royal Purple

📋 copy color: '#663196'

red 102 ◦ green 49 ◦ blue 150

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

Shades of Royal Purple #663196

Tints of Royal Purple #663196

RGB

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

 GREEN value IS 49 (19.53% from 255) = 16.28%

 BLUE value IS 150 (58.98% from 255) = 49.83%

R = 33.89%
G = 16.28%
B = 49.83%

CMYK

 C value IS 0.32

 M value IS 0.67

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#663196 (or 0x663196) is known color: Royal Purple. HEX triplet: 66, 31 and 96. RGB value is (102,49,150). Sum of RGB (Red+Green+Blue) = 102+49+150=301 (39% of max value = 765). Red value is 102 (40.23% from 255 or 33.89% from 301); Green value is 49 (19.53% from 255 or 16.28% from 301); Blue value is 150 (58.98% from 255 or 49.83% from 301); Max value from RGB is 150 - color contains mainly: blue. Hex color #663196 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #663196 is #99CE69. Grayscale: #4C4C4C. Windows color (decimal): -10079850 or 9843046. OLE color: 9843046.

HSL color Cylindrical-coordinate representation of color #663196: hue angle of 271.49º degrees, saturation: 0.51, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #663196 is Cyan = 0.32, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 102 49 150 -
CMYK 0.32 0.67 0 0.41
HSL 271.49º 0.51% 0.39% -
HSV(B) 271.49º 0.67% 0.59% -
XYZ 12.08 7.22 29.61 -
YUV 76.36 169.56 146.29 -
System Red Green Blue C M Y K H S L
Decimal 102 49 150 0.32 0.67 0 0.41 271.49 0.51 0.39
Hex 66 31 96 20 43 0 29 10F 33 27
Octal 146 61 226 40 103 0 51 417 63 47
Binary 1100110 110001 10010110 100000 1000011 0 101001 100001111 110011 100111

Color Harmonies of #663196

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #663196

Black with #663196

Text Example


Text Example

White with #663196

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #663196; }

 p { color: rgb(102,49,150); }

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

background-color css

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

 a { background-color: rgb(102,49,150); }

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

border-color css

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

 span { border-color: rgb(102,49,150); }

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