#641B9B

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

Shades of Royal Purple #641B9B

Tints of Royal Purple #641B9B

Color information

#641B9B (or 0x641B9B) is unknown color: approx Royal Purple. HEX triplet: 64, 1B and 9B. RGB value is (100,27,155). Sum of RGB (Red+Green+Blue) = 100+27+155=282 (37% of max value = 765). Red value is 100 (39.45% from 255 or 35.46% from 282); Green value is 27 (10.94% from 255 or 9.57% from 282); Blue value is 155 (60.94% from 255 or 54.96% from 282); Max value from RGB is 155 - color contains mainly: blue. Hex color #641B9B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #641B9B is #9BE464. Grayscale: #3E3E3E. Windows color (decimal): -10216549 or 10165092. OLE color: 10165092.

HSL color Cylindrical-coordinate representation of color #641B9B: hue angle of 274.22º degrees, saturation: 0.7, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #641B9B is Cyan = 0.35, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB10027155-
CMYK0.350.8300.39
HSL274.22º70.33%35.69%-
HSV(B)274.22º82.58%60.78%-
XYZ11.565.8631.53-
YUV63.42179.68154.09-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 35.46%
GREEN value IS 27 (10.94% from 255) = 9.57%
BLUE value IS 155 (60.94% from 255) = 54.96%
R=35.46%
G=9.57%
B=54.96%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal100271550.350.8300.39274.2270.3335.69
Hex641B9B23530271124624
Octal144332334312304742210644
Binary11001001101110011011100011101001101001111000100101000110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #641B9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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