#641B9D

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

Shades of Royal Purple #641B9D

Tints of Royal Purple #641B9D

Color information

#641B9D (or 0x641B9D) is unknown color: approx Royal Purple. HEX triplet: 64, 1B and 9D. RGB value is (100,27,157). Sum of RGB (Red+Green+Blue) = 100+27+157=284 (37% of max value = 765). Red value is 100 (39.45% from 255 or 35.21% from 284); Green value is 27 (10.94% from 255 or 9.51% from 284); Blue value is 157 (61.72% from 255 or 55.28% from 284); Max value from RGB is 157 - color contains mainly: blue. Hex color #641B9D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #641B9D is #9BE462. Grayscale: #3F3F3F. Windows color (decimal): -10216547 or 10296164. OLE color: 10296164.

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

Color convert

RGB10027157-
CMYK0.360.8300.38
HSL273.69º70.65%36.08%-
HSV(B)273.69º82.8%61.57%-
XYZ11.735.9332.42-
YUV63.65180.68153.93-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 35.21%
GREEN value IS 27 (10.94% from 255) = 9.51%
BLUE value IS 157 (61.72% from 255) = 55.28%
R=35.21%
G=9.51%
B=55.28%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal100271570.360.8300.38273.6970.6536.08
Hex641B9D24530261124724
Octal144332354412304642210744
Binary11001001101110011101100100101001101001101000100101000111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #641B9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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