#643594

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

Shades of Royal Purple #643594

Tints of Royal Purple #643594

Color information

#643594 (or 0x643594) is unknown color: approx Royal Purple. HEX triplet: 64, 35 and 94. RGB value is (100,53,148). Sum of RGB (Red+Green+Blue) = 100+53+148=301 (39% of max value = 765). Red value is 100 (39.45% from 255 or 33.22% from 301); Green value is 53 (21.09% from 255 or 17.61% from 301); Blue value is 148 (58.20% from 255 or 49.17% from 301); Max value from RGB is 148 - color contains mainly: blue. Hex color #643594 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #643594 is #9BCA6B. Grayscale: #4D4D4D. Windows color (decimal): -10209900 or 9712996. OLE color: 9712996.

HSL color Cylindrical-coordinate representation of color #643594: hue angle of 269.68º degrees, saturation: 0.47, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #643594 is Cyan = 0.32, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB10053148-
CMYK0.320.6400.42
HSL269.68º47.26%39.41%-
HSV(B)269.68º64.19%58.04%-
XYZ11.877.3928.82-
YUV77.88167.57143.78-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 33.22%
GREEN value IS 53 (21.09% from 255) = 17.61%
BLUE value IS 148 (58.20% from 255) = 49.17%
R=33.22%
G=17.61%
B=49.17%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal100531480.320.6400.42269.6847.2639.41
Hex643594204002A10e2f27
Octal14465224401000524165747
Binary11001001101011001010010000010000000101010100001110101111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #643594

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #643594; }

 p { color: rgb(100,53,148); }

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

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

 a { background-color: rgb(100,53,148); }

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

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

 span { border-color: rgb(100,53,148); }

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