#643396

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

Shades of Royal Purple #643396

Tints of Royal Purple #643396

Color information

#643396 (or 0x643396) is unknown color: approx Royal Purple. HEX triplet: 64, 33 and 96. RGB value is (100,51,150). Sum of RGB (Red+Green+Blue) = 100+51+150=301 (39% of max value = 765). Red value is 100 (39.45% from 255 or 33.22% from 301); Green value is 51 (20.31% from 255 or 16.94% from 301); Blue value is 150 (58.98% from 255 or 49.83% from 301); Max value from RGB is 150 - color contains mainly: blue. Hex color #643396 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #643396 is #9BCC69. Grayscale: #4C4C4C. Windows color (decimal): -10210410 or 9843556. OLE color: 9843556.

HSL color Cylindrical-coordinate representation of color #643396: hue angle of 269.7º degrees, saturation: 0.49, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #643396 is Cyan = 0.33, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB10051150-
CMYK0.330.6600.41
HSL269.7º49.25%39.41%-
HSV(B)269.7º66%58.82%-
XYZ11.947.2829.63-
YUV76.94169.23144.45-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 33.22%
GREEN value IS 51 (20.31% from 255) = 16.94%
BLUE value IS 150 (58.98% from 255) = 49.83%
R=33.22%
G=16.94%
B=49.83%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal100511500.330.6600.41269.749.2539.41
Hex643396214202910e3127
Octal14463226411020514166147
Binary11001001100111001011010000110000100101001100001110110001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #643396

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #643396; }

 p { color: rgb(100,51,150); }

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

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

 a { background-color: rgb(100,51,150); }

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

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

 span { border-color: rgb(100,51,150); }

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