#642895

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

Shades of Royal Purple #642895

Tints of Royal Purple #642895

Color information

#642895 (or 0x642895) is unknown color: approx Royal Purple. HEX triplet: 64, 28 and 95. RGB value is (100,40,149). Sum of RGB (Red+Green+Blue) = 100+40+149=289 (38% of max value = 765). Red value is 100 (39.45% from 255 or 34.60% from 289); Green value is 40 (16.02% from 255 or 13.84% from 289); Blue value is 149 (58.59% from 255 or 51.56% from 289); Max value from RGB is 149 - color contains mainly: blue. Hex color #642895 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #642895 is #9BD76A. Grayscale: #454545. Windows color (decimal): -10213227 or 9775204. OLE color: 9775204.

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

Color convert

RGB10040149-
CMYK0.330.7300.42
HSL273.03º57.67%37.06%-
HSV(B)273.03º73.15%58.43%-
XYZ11.446.429.07-
YUV70.37172.38149.14-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 34.60%
GREEN value IS 40 (16.02% from 255) = 13.84%
BLUE value IS 149 (58.59% from 255) = 51.56%
R=34.60%
G=13.84%
B=51.56%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal100401490.330.7300.42273.0357.6737.06
Hex642895214902A1113a25
Octal14450225411110524217245
Binary11001001010001001010110000110010010101010100010001111010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #642895

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #642895; }

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

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

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

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

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

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

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

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