#643298

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

Shades of Royal Purple #643298

Tints of Royal Purple #643298

Color information

#643298 (or 0x643298) is unknown color: approx Royal Purple. HEX triplet: 64, 32 and 98. RGB value is (100,50,152). Sum of RGB (Red+Green+Blue) = 100+50+152=302 (40% of max value = 765). Red value is 100 (39.45% from 255 or 33.11% from 302); Green value is 50 (19.92% from 255 or 16.56% from 302); Blue value is 152 (59.77% from 255 or 50.33% from 302); Max value from RGB is 152 - color contains mainly: blue. Hex color #643298 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #643298 is #9BCD67. Grayscale: #4C4C4C. Windows color (decimal): -10210664 or 9974372. OLE color: 9974372.

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

Color convert

RGB10050152-
CMYK0.340.6700.40
HSL269.41º50.5%39.61%-
HSV(B)269.41º67.11%59.61%-
XYZ12.067.2630.47-
YUV76.58170.56144.71-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 33.11%
GREEN value IS 50 (19.92% from 255) = 16.56%
BLUE value IS 152 (59.77% from 255) = 50.33%
R=33.11%
G=16.56%
B=50.33%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal100501520.340.6700.40269.4150.539.61
Hex643298224302810d3228
Octal14462230421030504156250
Binary11001001100101001100010001010000110101000100001101110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #643298

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #643298; }

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

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

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

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

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

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

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

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