#663995

Color #663995 Royal Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Royal Purple #663995

Tints of Royal Purple #663995

Color information

#663995 (or 0x663995) is unknown color: approx Royal Purple. HEX triplet: 66, 39 and 95. RGB value is (102,57,149). Sum of RGB (Red+Green+Blue) = 102+57+149=308 (40% of max value = 765). Red value is 102 (40.23% from 255 or 33.12% from 308); Green value is 57 (22.66% from 255 or 18.51% from 308); Blue value is 149 (58.59% from 255 or 48.38% from 308); Max value from RGB is 149 - color contains mainly: blue. Hex color #663995 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #663995 is #99C66A. Grayscale: #505050. Windows color (decimal): -10077803 or 9779558. OLE color: 9779558.

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

Color convert

RGB10257149-
CMYK0.320.6200.42
HSL269.35º44.66%40.39%-
HSV(B)269.35º61.74%58.43%-
XYZ12.377.9229.31-
YUV80.94166.41143.02-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 33.12%
GREEN value IS 57 (22.66% from 255) = 18.51%
BLUE value IS 149 (58.59% from 255) = 48.38%
R=33.12%
G=18.51%
B=48.38%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal102571490.320.6200.42269.3544.6640.39
Hex663995203E02A10d2d28
Octal1467122540760524155550
Binary1100110111001100101011000001111100101010100001101101101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #663995

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #663995; }

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

 H1.HeaderClassName
 {
   color: #663995;
 }
 .AnyTagClassName
 {
   color: #663995;
 }
</style>
background-color css

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

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

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

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

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

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