#642C9D

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

Shades of Royal Purple #642C9D

Tints of Royal Purple #642C9D

Color information

#642C9D (or 0x642C9D) is unknown color: approx Royal Purple. HEX triplet: 64, 2C and 9D. RGB value is (100,44,157). Sum of RGB (Red+Green+Blue) = 100+44+157=301 (39% of max value = 765). Red value is 100 (39.45% from 255 or 33.22% from 301); Green value is 44 (17.58% from 255 or 14.62% from 301); Blue value is 157 (61.72% from 255 or 52.16% from 301); Max value from RGB is 157 - color contains mainly: blue. Hex color #642C9D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #642C9D is #9BD362. Grayscale: #494949. Windows color (decimal): -10212195 or 10300516. OLE color: 10300516.

HSL color Cylindrical-coordinate representation of color #642C9D: hue angle of 269.73º degrees, saturation: 0.56, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #642C9D is Cyan = 0.36, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB10044157-
CMYK0.360.7200.38
HSL269.73º56.22%39.41%-
HSV(B)269.73º71.97%61.57%-
XYZ12.246.9532.59-
YUV73.63175.05146.81-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 33.22%
GREEN value IS 44 (17.58% from 255) = 14.62%
BLUE value IS 157 (61.72% from 255) = 52.16%
R=33.22%
G=14.62%
B=52.16%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal100441570.360.7200.38269.7356.2239.41
Hex642C9D244802610e3827
Octal14454235441100464167047
Binary11001001011001001110110010010010000100110100001110111000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #642C9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #642C9D; }

 p { color: rgb(100,44,157); }

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

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

 a { background-color: rgb(100,44,157); }

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

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

 span { border-color: rgb(100,44,157); }

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