#664298

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

Shades of Royal Purple #664298

Tints of Royal Purple #664298

Color information

#664298 (or 0x664298) is unknown color: approx Royal Purple. HEX triplet: 66, 42 and 98. RGB value is (102,66,152). Sum of RGB (Red+Green+Blue) = 102+66+152=320 (42% of max value = 765). Red value is 102 (40.23% from 255 or 31.88% from 320); Green value is 66 (26.17% from 255 or 20.62% from 320); Blue value is 152 (59.77% from 255 or 47.5% from 320); Max value from RGB is 152 - color contains mainly: blue. Hex color #664298 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #664298 is #99BD67. Grayscale: #565656. Windows color (decimal): -10075496 or 9978470. OLE color: 9978470.

HSL color Cylindrical-coordinate representation of color #664298: hue angle of 265.12º degrees, saturation: 0.39, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #664298 is Cyan = 0.33, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB10266152-
CMYK0.330.5700.40
HSL265.12º39.45%42.75%-
HSV(B)265.12º56.58%59.61%-
XYZ13.18.9930.75-
YUV86.57164.93139.01-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 31.88%
GREEN value IS 66 (26.17% from 255) = 20.62%
BLUE value IS 152 (59.77% from 255) = 47.5%
R=31.88%
G=20.62%
B=47.5%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal102661520.330.5700.40265.1239.4542.75
Hex6642982139028109272b
Octal14610223041710504114753
Binary11001101000010100110001000011110010101000100001001100111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #664298

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #664298; }

 p { color: rgb(102,66,152); }

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

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

 a { background-color: rgb(102,66,152); }

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

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

 span { border-color: rgb(102,66,152); }

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