#643CAF

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

Shades of Royal Purple #643CAF

Tints of Royal Purple #643CAF

Color information

#643CAF (or 0x643CAF) is unknown color: approx Royal Purple. HEX triplet: 64, 3C and AF. RGB value is (100,60,175). Sum of RGB (Red+Green+Blue) = 100+60+175=335 (44% of max value = 765). Red value is 100 (39.45% from 255 or 29.85% from 335); Green value is 60 (23.83% from 255 or 17.91% from 335); Blue value is 175 (68.75% from 255 or 52.24% from 335); Max value from RGB is 175 - color contains mainly: blue. Hex color #643CAF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #643CAF is #9BC350. Grayscale: #545454. Windows color (decimal): -10208081 or 11484260. OLE color: 11484260.

HSL color Cylindrical-coordinate representation of color #643CAF: hue angle of 260.87º degrees, saturation: 0.49, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #643CAF is Cyan = 0.43, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB10060175-
CMYK0.430.6600.31
HSL260.87º48.94%46.08%-
HSV(B)260.87º65.71%68.63%-
XYZ14.619.0441.53-
YUV85.07178.75138.65-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 29.85%
GREEN value IS 60 (23.83% from 255) = 17.91%
BLUE value IS 175 (68.75% from 255) = 52.24%
R=29.85%
G=17.91%
B=52.24%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal100601750.430.6600.31260.8748.9446.08
Hex643CAF2B4201F105312e
Octal14474257531020374056156
Binary1100100111100101011111010111000010011111100000101110001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #643CAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #643CAF; }

 p { color: rgb(100,60,175); }

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

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

 a { background-color: rgb(100,60,175); }

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

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

 span { border-color: rgb(100,60,175); }

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