#643395

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

Shades of Royal Purple #643395

Tints of Royal Purple #643395

Color information

#643395 (or 0x643395) is unknown color: approx Royal Purple. HEX triplet: 64, 33 and 95. RGB value is (100,51,149). Sum of RGB (Red+Green+Blue) = 100+51+149=300 (39% of max value = 765). Red value is 100 (39.45% from 255 or 33.33% from 300); Green value is 51 (20.31% from 255 or 17% from 300); Blue value is 149 (58.59% from 255 or 49.67% from 300); Max value from RGB is 149 - color contains mainly: blue. Hex color #643395 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #643395 is #9BCC6A. Grayscale: #4C4C4C. Windows color (decimal): -10210411 or 9778020. OLE color: 9778020.

HSL color Cylindrical-coordinate representation of color #643395: hue angle of 270º 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 #643395 is Cyan = 0.33, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB10051149-
CMYK0.330.6600.42
HSL270º49%39.22%-
HSV(B)270º65.77%58.43%-
XYZ11.867.2529.21-
YUV76.82168.73144.53-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 33.33%
GREEN value IS 51 (20.31% from 255) = 17%
BLUE value IS 149 (58.59% from 255) = 49.67%
R=33.33%
G=17%
B=49.67%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal100511490.330.6600.422704939.22
Hex643395214202A10e3127
Octal14463225411020524166147
Binary11001001100111001010110000110000100101010100001110110001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #643395

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #643395; }

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

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

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

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

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

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

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

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