#641C9D

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

Shades of Royal Purple #641C9D

Tints of Royal Purple #641C9D

Color information

#641C9D (or 0x641C9D) is unknown color: approx Royal Purple. HEX triplet: 64, 1C and 9D. RGB value is (100,28,157). Sum of RGB (Red+Green+Blue) = 100+28+157=285 (37% of max value = 765). Red value is 100 (39.45% from 255 or 35.09% from 285); Green value is 28 (11.33% from 255 or 9.82% from 285); Blue value is 157 (61.72% from 255 or 55.09% from 285); Max value from RGB is 157 - color contains mainly: blue. Hex color #641C9D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #641C9D is #9BE362. Grayscale: #3F3F3F. Windows color (decimal): -10216291 or 10296420. OLE color: 10296420.

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

Color convert

RGB10028157-
CMYK0.360.8200.38
HSL273.49º69.73%36.27%-
HSV(B)273.49º82.17%61.57%-
XYZ11.765.9732.43-
YUV64.23180.35153.51-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 35.09%
GREEN value IS 28 (11.33% from 255) = 9.82%
BLUE value IS 157 (61.72% from 255) = 55.09%
R=35.09%
G=9.82%
B=55.09%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal100281570.360.8200.38273.4969.7336.27
Hex641C9D24520261114624
Octal144342354412204642110644
Binary11001001110010011101100100101001001001101000100011000110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #641C9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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