Html Css Color HEX #663195 Royal Purple

📋 copy color: '#663195'

red 102 ◦ green 49 ◦ blue 149

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

Shades of Royal Purple #663195

Tints of Royal Purple #663195

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 49.67%

R = 34%
G = 16.33%
B = 49.67%

CMYK

 C value IS 0.32

 M value IS 0.67

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#663195 (or 0x663195) is known color: Royal Purple. HEX triplet: 66, 31 and 95. RGB value is (102,49,149). Sum of RGB (Red+Green+Blue) = 102+49+149=300 (39% of max value = 765). Red value is 102 (40.23% from 255 or 34% from 300); Green value is 49 (19.53% from 255 or 16.33% from 300); Blue value is 149 (58.59% from 255 or 49.67% from 300); Max value from RGB is 149 - color contains mainly: blue. Hex color #663195 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #663195 is #99CE6A. Grayscale: #4B4B4B. Windows color (decimal): -10079851 or 9777510. OLE color: 9777510.

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

Color convert

RGB 102 49 149 -
CMYK 0.32 0.67 0 0.42
HSL 271.8º 0.51% 0.39% -
HSV(B) 271.8º 0.67% 0.58% -
XYZ 12 7.19 29.19 -
YUV 76.25 169.06 146.37 -
System Red Green Blue C M Y K H S L
Decimal 102 49 149 0.32 0.67 0 0.42 271.8 0.51 0.39
Hex 66 31 95 20 43 0 2A 110 33 27
Octal 146 61 225 40 103 0 52 420 63 47
Binary 1100110 110001 10010101 100000 1000011 0 101010 100010000 110011 100111

Color Harmonies of #663195

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #663195

Black with #663195

Text Example


Text Example

White with #663195

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #663195; }

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

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

background-color css

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

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

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

border-color css

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

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

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