#643CAB

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

Shades of Royal Purple #643CAB

Tints of Royal Purple #643CAB

Color information

#643CAB (or 0x643CAB) is unknown color: approx Royal Purple. HEX triplet: 64, 3C and AB. RGB value is (100,60,171). Sum of RGB (Red+Green+Blue) = 100+60+171=331 (43% of max value = 765). Red value is 100 (39.45% from 255 or 30.21% from 331); Green value is 60 (23.83% from 255 or 18.13% from 331); Blue value is 171 (67.19% from 255 or 51.66% from 331); Max value from RGB is 171 - color contains mainly: blue. Hex color #643CAB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #643CAB is #9BC354. Grayscale: #545454. Windows color (decimal): -10208085 or 11222116. OLE color: 11222116.

HSL color Cylindrical-coordinate representation of color #643CAB: hue angle of 261.62º degrees, saturation: 0.48, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #643CAB is Cyan = 0.42, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB10060171-
CMYK0.420.6500.33
HSL261.62º48.05%45.29%-
HSV(B)261.62º64.91%67.06%-
XYZ14.228.8839.49-
YUV84.61176.75138.97-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 30.21%
GREEN value IS 60 (23.83% from 255) = 18.13%
BLUE value IS 171 (67.19% from 255) = 51.66%
R=30.21%
G=18.13%
B=51.66%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal100601710.420.6500.33261.6248.0545.29
Hex643CAB2A41021106302d
Octal14474253521010414066055
Binary11001001111001010101110101010000010100001100000110110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #643CAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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