#643194

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

Shades of Royal Purple #643194

Tints of Royal Purple #643194

Color information

#643194 (or 0x643194) is unknown color: approx Royal Purple. HEX triplet: 64, 31 and 94. RGB value is (100,49,148). Sum of RGB (Red+Green+Blue) = 100+49+148=297 (39% of max value = 765). Red value is 100 (39.45% from 255 or 33.67% from 297); Green value is 49 (19.53% from 255 or 16.50% from 297); Blue value is 148 (58.20% from 255 or 49.83% from 297); Max value from RGB is 148 - color contains mainly: blue. Hex color #643194 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #643194 is #9BCE6B. Grayscale: #4B4B4B. Windows color (decimal): -10210924 or 9711972. OLE color: 9711972.

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

Color convert

RGB10049148-
CMYK0.320.6700.42
HSL270.91º50.25%38.63%-
HSV(B)270.91º66.89%58.04%-
XYZ11.77.0428.76-
YUV75.54168.9145.45-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 33.67%
GREEN value IS 49 (19.53% from 255) = 16.50%
BLUE value IS 148 (58.20% from 255) = 49.83%
R=33.67%
G=16.50%
B=49.83%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal100491480.320.6700.42270.9150.2538.63
Hex643194204302A10f3227
Octal14461224401030524176247
Binary11001001100011001010010000010000110101010100001111110010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #643194

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #643194; }

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

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

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

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

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

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

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

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