#643995

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

Shades of Royal Purple #643995

Tints of Royal Purple #643995

Color information

#643995 (or 0x643995) is unknown color: approx Royal Purple. HEX triplet: 64, 39 and 95. RGB value is (100,57,149). Sum of RGB (Red+Green+Blue) = 100+57+149=306 (40% of max value = 765). Red value is 100 (39.45% from 255 or 32.68% from 306); Green value is 57 (22.66% from 255 or 18.63% from 306); Blue value is 149 (58.59% from 255 or 48.69% from 306); Max value from RGB is 149 - color contains mainly: blue. Hex color #643995 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #643995 is #9BC66A. Grayscale: #505050. Windows color (decimal): -10208875 or 9779556. OLE color: 9779556.

HSL color Cylindrical-coordinate representation of color #643995: hue angle of 268.04º degrees, saturation: 0.45, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #643995 is Cyan = 0.33, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB10057149-
CMYK0.330.6200.42
HSL268.04º44.66%40.39%-
HSV(B)268.04º61.74%58.43%-
XYZ12.147.8129.3-
YUV80.34166.75142.02-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 32.68%
GREEN value IS 57 (22.66% from 255) = 18.63%
BLUE value IS 149 (58.59% from 255) = 48.69%
R=32.68%
G=18.63%
B=48.69%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal100571490.330.6200.42268.0444.6640.39
Hex643995213E02A10c2d28
Octal1447122541760524145550
Binary1100100111001100101011000011111100101010100001100101101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #643995

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #643995; }

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

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

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

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

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

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

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

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