#641C99

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

Shades of Royal Purple #641C99

Tints of Royal Purple #641C99

Color information

#641C99 (or 0x641C99) is unknown color: approx Royal Purple. HEX triplet: 64, 1C and 99. RGB value is (100,28,153). Sum of RGB (Red+Green+Blue) = 100+28+153=281 (37% of max value = 765). Red value is 100 (39.45% from 255 or 35.59% from 281); Green value is 28 (11.33% from 255 or 9.96% from 281); Blue value is 153 (60.16% from 255 or 54.45% from 281); Max value from RGB is 153 - color contains mainly: blue. Hex color #641C99 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #641C99 is #9BE366. Grayscale: #3F3F3F. Windows color (decimal): -10216295 or 10034276. OLE color: 10034276.

HSL color Cylindrical-coordinate representation of color #641C99: hue angle of 274.56º degrees, saturation: 0.69, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #641C99 is Cyan = 0.35, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB10028153-
CMYK0.350.8200.4
HSL274.56º69.06%35.49%-
HSV(B)274.56º81.7%60%-
XYZ11.425.8430.66-
YUV63.78178.35153.84-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 35.59%
GREEN value IS 28 (11.33% from 255) = 9.96%
BLUE value IS 153 (60.16% from 255) = 54.45%
R=35.59%
G=9.96%
B=54.45%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal100281530.350.8200.4274.5669.0635.49
Hex641C9923520281134523
Octal144342314312205042310543
Binary11001001110010011001100011101001001010001000100111000101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #641C99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #641C99; }

 p { color: rgb(100,28,153); }

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

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

 a { background-color: rgb(100,28,153); }

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

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

 span { border-color: rgb(100,28,153); }

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