#642A98

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

Shades of Royal Purple #642A98

Tints of Royal Purple #642A98

Color information

#642A98 (or 0x642A98) is unknown color: approx Royal Purple. HEX triplet: 64, 2A and 98. RGB value is (100,42,152). Sum of RGB (Red+Green+Blue) = 100+42+152=294 (38% of max value = 765). Red value is 100 (39.45% from 255 or 34.01% from 294); Green value is 42 (16.80% from 255 or 14.29% from 294); Blue value is 152 (59.77% from 255 or 51.70% from 294); Max value from RGB is 152 - color contains mainly: blue. Hex color #642A98 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #642A98 is #9BD567. Grayscale: #474747. Windows color (decimal): -10212712 or 9972324. OLE color: 9972324.

HSL color Cylindrical-coordinate representation of color #642A98: hue angle of 271.64º degrees, saturation: 0.57, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #642A98 is Cyan = 0.34, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB10042152-
CMYK0.340.7200.40
HSL271.64º56.7%38.04%-
HSV(B)271.64º72.37%59.61%-
XYZ11.756.6330.37-
YUV71.88173.22148.06-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 34.01%
GREEN value IS 42 (16.80% from 255) = 14.29%
BLUE value IS 152 (59.77% from 255) = 51.70%
R=34.01%
G=14.29%
B=51.70%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal100421520.340.7200.40271.6456.738.04
Hex642A9822480281103926
Octal14452230421100504207146
Binary11001001010101001100010001010010000101000100010000111001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #642A98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,42,152); }

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

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

 a { background-color: rgb(100,42,152); }

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

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

 span { border-color: rgb(100,42,152); }

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