#642B9E

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

Shades of Royal Purple #642B9E

Tints of Royal Purple #642B9E

Color information

#642B9E (or 0x642B9E) is unknown color: approx Royal Purple. HEX triplet: 64, 2B and 9E. RGB value is (100,43,158). Sum of RGB (Red+Green+Blue) = 100+43+158=301 (39% of max value = 765). Red value is 100 (39.45% from 255 or 33.22% from 301); Green value is 43 (17.19% from 255 or 14.29% from 301); Blue value is 158 (62.11% from 255 or 52.49% from 301); Max value from RGB is 158 - color contains mainly: blue. Hex color #642B9E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #642B9E is #9BD461. Grayscale: #484848. Windows color (decimal): -10212450 or 10365796. OLE color: 10365796.

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

Color convert

RGB10043158-
CMYK0.370.7300.38
HSL269.74º57.21%39.41%-
HSV(B)269.74º72.78%61.96%-
XYZ12.296.9133.03-
YUV73.15175.88147.15-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 33.22%
GREEN value IS 43 (17.19% from 255) = 14.29%
BLUE value IS 158 (62.11% from 255) = 52.49%
R=33.22%
G=14.29%
B=52.49%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal100431580.370.7300.38269.7457.2139.41
Hex642B9E254902610e3927
Octal14453236451110464167147
Binary11001001010111001111010010110010010100110100001110111001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #642B9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,43,158); }

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

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

 a { background-color: rgb(100,43,158); }

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

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

 span { border-color: rgb(100,43,158); }

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