#643094

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

Shades of Royal Purple #643094

Tints of Royal Purple #643094

Color information

#643094 (or 0x643094) is unknown color: approx Royal Purple. HEX triplet: 64, 30 and 94. RGB value is (100,48,148). Sum of RGB (Red+Green+Blue) = 100+48+148=296 (39% of max value = 765). Red value is 100 (39.45% from 255 or 33.78% from 296); Green value is 48 (19.14% from 255 or 16.22% from 296); Blue value is 148 (58.20% from 255 or 50% from 296); Max value from RGB is 148 - color contains mainly: blue. Hex color #643094 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #643094 is #9BCF6B. Grayscale: #4A4A4A. Windows color (decimal): -10211180 or 9711716. OLE color: 9711716.

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

Color convert

RGB10048148-
CMYK0.320.6800.42
HSL271.2º51.02%38.43%-
HSV(B)271.2º67.57%58.04%-
XYZ11.666.9628.75-
YUV74.95169.23145.87-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 33.78%
GREEN value IS 48 (19.14% from 255) = 16.22%
BLUE value IS 148 (58.20% from 255) = 50%
R=33.78%
G=16.22%
B=50%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal100481480.320.6800.42271.251.0238.43
Hex643094204402A10f3326
Octal14460224401040524176346
Binary11001001100001001010010000010001000101010100001111110011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #643094

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #643094; }

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

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

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

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

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

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

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

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