#642198

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

Shades of Royal Purple #642198

Tints of Royal Purple #642198

Color information

#642198 (or 0x642198) is unknown color: approx Royal Purple. HEX triplet: 64, 21 and 98. RGB value is (100,33,152). Sum of RGB (Red+Green+Blue) = 100+33+152=285 (37% of max value = 765). Red value is 100 (39.45% from 255 or 35.09% from 285); Green value is 33 (13.28% from 255 or 11.58% from 285); Blue value is 152 (59.77% from 255 or 53.33% from 285); Max value from RGB is 152 - color contains mainly: blue. Hex color #642198 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #642198 is #9BDE67. Grayscale: #424242. Windows color (decimal): -10215016 or 9970020. OLE color: 9970020.

HSL color Cylindrical-coordinate representation of color #642198: hue angle of 273.78º degrees, saturation: 0.64, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #642198 is Cyan = 0.34, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB10033152-
CMYK0.340.7800.40
HSL273.78º64.32%36.27%-
HSV(B)273.78º78.29%59.61%-
XYZ11.476.0630.27-
YUV66.6176.2151.82-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 35.09%
GREEN value IS 33 (13.28% from 255) = 11.58%
BLUE value IS 152 (59.77% from 255) = 53.33%
R=35.09%
G=11.58%
B=53.33%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal100331520.340.7800.40273.7864.3236.27
Hex642198224E0281124024
Octal144412304211605042210044
Binary110010010000110011000100010100111001010001000100101000000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #642198

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #642198; }

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

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

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

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

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

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

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

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