#643394

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

Shades of Royal Purple #643394

Tints of Royal Purple #643394

Color information

#643394 (or 0x643394) is unknown color: approx Royal Purple. HEX triplet: 64, 33 and 94. RGB value is (100,51,148). Sum of RGB (Red+Green+Blue) = 100+51+148=299 (39% of max value = 765). Red value is 100 (39.45% from 255 or 33.44% from 299); Green value is 51 (20.31% from 255 or 17.06% from 299); Blue value is 148 (58.20% from 255 or 49.50% from 299); Max value from RGB is 148 - color contains mainly: blue. Hex color #643394 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #643394 is #9BCC6B. Grayscale: #4C4C4C. Windows color (decimal): -10210412 or 9712484. OLE color: 9712484.

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

Color convert

RGB10051148-
CMYK0.320.6600.42
HSL270.31º48.74%39.02%-
HSV(B)270.31º65.54%58.04%-
XYZ11.787.2228.79-
YUV76.71168.23144.61-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 33.44%
GREEN value IS 51 (20.31% from 255) = 17.06%
BLUE value IS 148 (58.20% from 255) = 49.50%
R=33.44%
G=17.06%
B=49.50%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal100511480.320.6600.42270.3148.7439.02
Hex643394204202A10e3127
Octal14463224401020524166147
Binary11001001100111001010010000010000100101010100001110110001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #643394

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #643394; }

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

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

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

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

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

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

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

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