#641F9F

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

Shades of Royal Purple #641F9F

Tints of Royal Purple #641F9F

Color information

#641F9F (or 0x641F9F) is unknown color: approx Royal Purple. HEX triplet: 64, 1F and 9F. RGB value is (100,31,159). Sum of RGB (Red+Green+Blue) = 100+31+159=290 (38% of max value = 765). Red value is 100 (39.45% from 255 or 34.48% from 290); Green value is 31 (12.5% from 255 or 10.69% from 290); Blue value is 159 (62.5% from 255 or 54.83% from 290); Max value from RGB is 159 - color contains mainly: blue. Hex color #641F9F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #641F9F is #9BE060. Grayscale: #414141. Windows color (decimal): -10215521 or 10428260. OLE color: 10428260.

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

Color convert

RGB10031159-
CMYK0.370.8100.38
HSL272.34º67.37%37.25%-
HSV(B)272.34º80.5%62.35%-
XYZ126.1933.36-
YUV66.22180.36152.09-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 34.48%
GREEN value IS 31 (12.5% from 255) = 10.69%
BLUE value IS 159 (62.5% from 255) = 54.83%
R=34.48%
G=10.69%
B=54.83%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal100311590.370.8100.38272.3467.3737.25
Hex641F9F25510261104325
Octal144372374512104642010345
Binary11001001111110011111100101101000101001101000100001000011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #641F9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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