#641D9F

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

Shades of Royal Purple #641D9F

Tints of Royal Purple #641D9F

Color information

#641D9F (or 0x641D9F) is unknown color: approx Royal Purple. HEX triplet: 64, 1D and 9F. RGB value is (100,29,159). Sum of RGB (Red+Green+Blue) = 100+29+159=288 (38% of max value = 765). Red value is 100 (39.45% from 255 or 34.72% from 288); Green value is 29 (11.72% from 255 or 10.07% from 288); Blue value is 159 (62.5% from 255 or 55.21% from 288); Max value from RGB is 159 - color contains mainly: blue. Hex color #641D9F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #641D9F is #9BE260. Grayscale: #404040. Windows color (decimal): -10216033 or 10427748. OLE color: 10427748.

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

Color convert

RGB10029159-
CMYK0.370.8200.38
HSL272.77º69.15%36.86%-
HSV(B)272.77º81.76%62.35%-
XYZ11.956.0933.35-
YUV65.05181.02152.93-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 34.72%
GREEN value IS 29 (11.72% from 255) = 10.07%
BLUE value IS 159 (62.5% from 255) = 55.21%
R=34.72%
G=10.07%
B=55.21%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal100291590.370.8200.38272.7769.1536.86
Hex641D9F25520261114525
Octal144352374512204642110545
Binary11001001110110011111100101101001001001101000100011000101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #641D9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,29,159); }

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

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

 a { background-color: rgb(100,29,159); }

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

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

 span { border-color: rgb(100,29,159); }

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